We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af16d20 commit e023c8bCopy full SHA for e023c8b
2 files changed
M4_Eyes/user.cpp
@@ -1,4 +1,4 @@
1
-#if 0 // Change to 1 to enable this code (enable only ONE user*.cpp!)
+#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_servo.cpp
+#if 0 // Change to 1 to enable this code (must enable ONE user*.cpp only!)
#include <Arduino.h>
#include <Servo.h>
0 commit comments