You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source code is the same as the [M4_Eyes](https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/M4_Eyes) code
8
8
with the following changes:
9
9
10
-
In **user.cpp**, change the first line from #if 1 to #if 0. In **user_watch.cpp**, do the opposite: change the first line from #if 0 to #if 1.
11
-
12
-
This ensures that exactly one version of the **user_setup()** and **user_loop()** functions is defined.
10
+
In **user.cpp**, change the first line from #if 1 to #if 0. In **user_watch.cpp**, do the opposite: change the first line from #if 0 to #if 1. This ensures that exactly one version of the **user_setup()** and **user_loop()** functions is defined.
13
11
14
12
Adafruit invests time and resources providing this open source code,
15
13
please support Adafruit and open-source hardware by purchasing
0 commit comments