Skip to content
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

Monster M4sk: user control of eyes, user config from config.eye, user wiichuck control eyes&neopixels #915

Open
wants to merge 44 commits into
base: main
Choose a base branch
from

Commits on Nov 2, 2019

  1. 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
    TonyLHansen committed Nov 2, 2019
    Configuration menu
    Copy the full SHA
    2b4827c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Configuration menu
    Copy the full SHA
    79d3589 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    abec3a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bced28b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. Configuration menu
    Copy the full SHA
    9a0ea23 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    3863073 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. Configuration menu
    Copy the full SHA
    6263a01 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    f36b7d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d63771 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Configuration menu
    Copy the full SHA
    8e8d0ee View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Configuration menu
    Copy the full SHA
    24074a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    e31f3f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    fc48cd4 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2019

  1. Configuration menu
    Copy the full SHA
    72e7c0b View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    2b625de View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Configuration menu
    Copy the full SHA
    6110f14 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Configuration menu
    Copy the full SHA
    d37f0ac View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    b3b3d19 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2020

  1. Configuration menu
    Copy the full SHA
    8a56899 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

  1. Configuration menu
    Copy the full SHA
    2258778 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    dadd025 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. Configuration menu
    Copy the full SHA
    2ff55c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. Configuration menu
    Copy the full SHA
    77122c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    f41231e View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    407ae11 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    e0a94c0 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    9c4df1d View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. Configuration menu
    Copy the full SHA
    224eb59 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. Configuration menu
    Copy the full SHA
    b8a41f0 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    e28f8af View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    7cdeccc View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    07428a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Configuration menu
    Copy the full SHA
    c461360 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Fix compilation errors from merge.

    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.
    darkgrue committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    34226a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec4273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5f3b29 View commit details
    Browse the repository at this point in the history
  4. Remove stray tabs.

    darkgrue committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    a66999f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2020

  1. Configuration menu
    Copy the full SHA
    1a7b469 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Added more user-callible eye functions.

    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.
    darkgrue committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    5d06193 View commit details
    Browse the repository at this point in the history
  2. Added eagle eyes.

    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!
    darkgrue committed Dec 5, 2020
    Configuration menu
    Copy the full SHA
    dab12ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    97fcaa2 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Tweaks to eagle eyes.

    Improved configuration documentation of eagle eyes. Minor updates to debugging output.
    darkgrue committed Dec 6, 2020
    Configuration menu
    Copy the full SHA
    aa023c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2021

  1. Update config.eye

    darkgrue committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    4d9bf4c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Merge pull request #1 from darkgrue/master

    Fixes to wiichuck support and upstream compilation checks.
    TonyLHansen authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9fe2e59 View commit details
    Browse the repository at this point in the history