README.md
 1  # Adafruit Learning System tutorial - Monster M4sk Is Watching You
 2  
 3  Make a person responsive set of eyes.
 4  
 5  Follow the Adafruit learn guide here: https://learn.adafruit.com/monster-m4sk-is-watching-you/
 6  
 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. This ensures that exactly one version of the **user_setup()** and **user_loop()** functions is defined.
11  
12  Adafruit invests time and resources providing this open source code,
13  please support Adafruit and open-source hardware by purchasing
14  products from [Adafruit](https://www.adafruit.com)!
15   
16  MIT license, project and sensor code by Timothy Weber. M4_Eyes by Phil Burgess for Adafruit Industries
17  
18  All text above, and the splash screen below must be included in any redistribution
19  
20  -----------------------
21  If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.