Adafruit_Learning_System_Gu.../M4_Eyes
Jeff Epler a77e51944f
Fix for compatibility with arduinojson 6200
`is<char *>` was deprecated and now removed. `is<const char *>` seems to
be the new way. Only compile-tested.
2023-01-02 08:02:46 -06:00
..
eyes M4_Eyes: add fizzgig WAVs, change servo writes to microsec 2019-10-07 13:39:21 -07:00
.hallowing_m4_tinyusb.test.only try to fix ci with latest tinyusb 2021-05-25 01:19:21 +07:00
.monster_m4sk_tinyusb.test.only try to fix ci with latest tinyusb 2021-05-25 01:19:21 +07:00
DMAbuddy.h Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
file.cpp Fix for compatibility with arduinojson 6200 2023-01-02 08:02:46 -06:00
globals.h Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
HeatSensor.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
HeatSensor.h Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
M4_Eyes.ino Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
M4WATCH.UF2 Added built binary. 2019-10-10 17:56:53 -04:00
pdmvoice.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
README.md Update README.md 2019-10-16 10:25:55 -04:00
tablegen.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
user.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
user_fizzgig.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
user_hid.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
user_neopixel.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
user_pir.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
user_touchneopixels.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05:00
user_watch.cpp Added SPDX to 30 more files - spdx-32 2022-02-23 13:22:52 -05: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.