Skip to content

Commit 61a9e8c

Browse files
authored
Update README.md
1 parent 1ef1dda commit 61a9e8c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Monster_M4sk_Watching_You/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Make a person responsive set of eyes.
44

55
Follow 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+
714
Adafruit invests time and resources providing this open source code,
815
please support Adafruit and open-source hardware by purchasing
916
products from [Adafruit](https://www.adafruit.com)!

0 commit comments

Comments
 (0)