We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab12ed commit 97fcaa2Copy full SHA for 97fcaa2
M4_Eyes/user.cpp
@@ -1,4 +1,4 @@
1
-#if 0 // Change to 0 to disable this code (must enable ONE user*.cpp only!)
+#if 1 // Change to 0 to disable this code (must enable ONE user*.cpp only!)
2
3
// This file provides a crude way to "drop in" user code to the eyes,
4
// allowing concurrent operations without having to maintain a bunch of
M4_Eyes/user_wiichuck.cpp
-#if 1 // Change to 0 to disable this code (must enable ONE user*.cpp only!)
+#if 0 // Change to 0 to disable this code (must enable ONE user*.cpp only!)
// This user loop is designed to be used with a WiiChuck for command inputs and
// connects to a NeoPixel strip for additional output. It was used with a unicorn
0 commit comments