Adafruit_Learning_System_Gu.../M4_Eyes
2020-09-26 12:35:47 -04:00
..
eyes M4_Eyes: add fizzgig WAVs, change servo writes to microsec 2019-10-07 13:39:21 -07:00
.hallowing_m4.test.only now actionified & adding proper test files for all examples! 2020-05-16 23:11:37 -04:00
.monster_m4sk.test.only now actionified & adding proper test files for all examples! 2020-05-16 23:11:37 -04:00
DMAbuddy.h Add M4_Eyes 2019-08-18 19:33:04 -07:00
file.cpp enable json comments 2020-09-26 12:35:47 -04:00
globals.h Fix: random eye movements broken. Remove obsolete include. 2019-10-15 16:55:29 -04:00
HeatSensor.cpp Use ZeroPDM library, disable HeatSensor.cpp by default 2019-10-21 10:54:28 -07:00
HeatSensor.h Merge branch 'master' of https://github.com/adafruit/Adafruit_Learning_System_Guides.git into trackIR. 2019-10-11 20:18:37 -04:00
M4_Eyes.ino Fix: random eye movements broken. Remove obsolete include. 2019-10-15 16:55:29 -04:00
M4WATCH.UF2 Added built binary. 2019-10-10 17:56:53 -04:00
pdmvoice.cpp Use ZeroPDM library, disable HeatSensor.cpp by default 2019-10-21 10:54:28 -07:00
README.md Update README.md 2019-10-16 10:25:55 -04:00
tablegen.cpp replace 240 with DISPLAY_SIZE 2019-09-24 12:21:53 -04:00
user.cpp Disable Watcher user code by default for master branch. 2019-10-15 16:57:37 -04:00
user_fizzgig.cpp M4_Eyes: add fizzgig WAVs, change servo writes to microsec 2019-10-07 13:39:21 -07:00
user_hid.cpp M4_Eyes: use max peak-to-peak for sound detect 2019-10-09 19:58:04 -07:00
user_neopixel.cpp added neopixel demo 2019-10-06 15:07:27 -04:00
user_pir.cpp Add user_pir.cpp 2020-01-08 21:39:27 -08:00
user_touchneopixels.cpp Reduced cap touch sampling to fix performance 2019-10-12 22:46:50 -04:00
user_watch.cpp Use ZeroPDM library, disable HeatSensor.cpp by default 2019-10-21 10:54:28 -07:00

Adafruit Learning System - M4_Eyes for the MONSTER M4SK

Make blinking, moving eyes on an Adafruit Monster M4sk microcontroller and display board.

This code is used for displaying realistic eyes on the Adafruit Monster M4sk board.

See the main Adafruit Learning System tutorial on the Monster M4sk here.

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.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

MIT license, hardware by Limor "Ladyada" Fried, eye code by Phil Burgess

All text above must be included in any redistribution


If you are looking to make changes/additions, please use the GitHub Issues and Pull Request mechanisms.