-
Couldn't load subscription status.
- Fork 791
Monster M4sk: user control of eyes, user config from config.eye, user wiichuck control eyes&neopixels #915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…: eyesWide, eyesBlink, eyesToCorner, eyesNormal file.cpp: add additional user_setup function that passes in the configuration file.cpp: add some accessor functions that use dwim() globals.h: declarations of new functions user_watch.cpp: fix case on HeatSensor.h for case-sensitive compilation systems user_watch.cpp: convert to using new eyesToCorner() user_*.cpp: add user_setup(doc) function new user_wiichuck.cpp: connects to WiiChuck that controls eyes and NeoPixel strip
|
@ladyada, can another reviewer be assigned to this PR? |
|
hi, there's no other reviewers available, we don't have guaranteed ETAs for merging contributor projects. thank u! |
|
@ladyada Thanks for the reply; I figured it was worth asking. I’ll keep rebasing the PR once in a while until it gets merged. |
ARDUINOJSON_ENABLE_COMMENTS must be set to 1 before including the library. The same value of ARDUINOJSON_ENABLE_COMMENTS must be set in each compilation unit.
Added additional eye functions (close, wide), to replace boop and blink functions on the Wiichuck button functions for better eye puppetry. Other minor style and debugging changes.
Additional eye type for eagles and other birds of prey. Eyelids are *inverted*, eagles blink up as their top eyelid is larger than the bottom one!
Improved configuration documentation of eagle eyes. Minor updates to debugging output.
|
This one isn't passing lint checks |
Fixes to wiichuck support and upstream compilation checks.
M4_Eyes.ino: add a set of user_callable functions to control the eyes: eyesWide, eyesBlink, eyesToCorner, eyesNormal
file.cpp: add additional user_setup function that passes in the configuration
file.cpp: add some accessor functions that use dwim()
globals.h: declarations of new functions
user_watch.cpp: fix case on HeatSensor.h for case-sensitive compilation systems
user_watch.cpp: convert to using new eyesToCorner()
user_*.cpp: add user_setup(doc) function
new user_wiichuck.cpp: connects to WiiChuck that controls eyes and NeoPixel strip