/ M4_Eyes / README.md
README.md
 1  ## Adafruit Learning System - M4_Eyes for the MONSTER M4SK
 2  
 3  Make blinking, moving eyes on an Adafruit Monster M4sk microcontroller and display board.
 4  
 5  This code is used for displaying realistic eyes on the Adafruit [Monster M4sk](https://www.adafruit.com/product/4343) board.
 6  
 7  See the main [Adafruit Learning System tutorial on the Monster M4sk here](https://learn.adafruit.com/adafruit-monster-m4sk-eyes/overview).
 8  
 9  Note the code is such that user code may be run with linitations - see user*.cpp. This method is used for a number of Adafruit Learning System guides to provide various functionality. As this is a rough form of task switching, not all actions will be compatible. There be dragons here and there is no guarantee of compatibility with all types of actions and hardware.
10  
11  Adafruit invests time and resources providing this open source code,
12  please support Adafruit and open-source hardware by purchasing
13  products from [Adafruit](https://www.adafruit.com)!
14   
15  MIT license, hardware by Limor "Ladyada" Fried, eye code by Phil Burgess
16  
17  All text above must be included in any redistribution
18  
19  -----------------------
20  If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.