bluetooth
Here are 3,212 public repositories matching this topic...
-
Updated
Mar 15, 2022 - C
-
Updated
May 12, 2022 - Swift
Dolphin Profile
It's not an issue than a question:
I'm using this very nice project to use joy-cons on Dolphin (with this gyro server thingy)
and I'm impressed how well this works. 👌🏻
Has someone figured out a good Dolphin controller config and would share it?
(nunchuck left joy-con - wiimote right)
-
Updated
Jul 28, 2021 - Swift
-
Updated
Apr 29, 2022 - TypeScript
-
Updated
Jan 27, 2022 - Java
-
Updated
Jul 15, 2021 - C
-
Updated
Jul 10, 2021 - Swift
-
Updated
Apr 6, 2022 - Swift
-
Updated
Oct 19, 2020 - Swift
-
Updated
Feb 14, 2022 - C++
-
Updated
Feb 16, 2021 - Objective-C
-
Updated
May 9, 2022 - TypeScript
-
Updated
Dec 17, 2020 - Swift
-
Updated
Apr 11, 2022 - Shell
-
Updated
Feb 5, 2022 - JavaScript
-
Updated
Mar 22, 2022 - Python
This is regarding this page:
https://zmk.dev/docs/development/build-flash
If you follow the instructions there, west build re-compiles most code (even if it hasn't been changed) on each build leading to a very long build time.
But you can dramatically reduce it by doing an initial build with all the extra parameters like:
west build -d build/sofle/left -b nice_nano_v2 -- -DSHIELD=sofl
-
Updated
May 6, 2022 - Java
-
Updated
Aug 28, 2020 - Perl
-
Updated
Apr 29, 2022 - Python
Improve this page
Add a description, image, and links to the bluetooth topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bluetooth topic, visit your repo's landing page and select "manage topics."
A
Dockerfilefor each server [ai,main] anddocker-compose.ymlwould make development and deployment easier.Instead of rebuilding the whole system via docker every development iteration, we would only build the parts that have been modified.