File tree Expand file tree Collapse file tree
Monster_M4sk_Watching_You Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ Make a person responsive set of eyes.
44
55Follow the Adafruit learn guide here: https://learn.adafruit.com/monster-m4sk-is-watching-you/
66
7+ The source code is the same as the [ M4_Eyes] ( https://github.com/adafruit/Adafruit_Learning_System_Guides/tree/master/M4_Eyes ) code
8+ with the following changes:
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.
13+
714Adafruit invests time and resources providing this open source code,
815please support Adafruit and open-source hardware by purchasing
916products from [ Adafruit] ( https://www.adafruit.com ) !
You can’t perform that action at this time.
0 commit comments