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

WIP: Add LED Alerts #16

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

WIP: Add LED Alerts #16

wants to merge 4 commits into from

Commits on Jan 26, 2022

  1. Configure rgb led in device tree and add skeleton functionality for a…

    …lert processing
    
    Signed-off-by: Brian Bradley <[email protected]>
    bpbradley committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    d641f20 View commit details
    Browse the repository at this point in the history
  2. Add configurable thresholds for sensor data which will generate alert…

    … conditions.
    
    Signed-off-by: Brian Bradley <[email protected]>
    bpbradley committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    e113d88 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Add an override method to the LED alert process so that a connected d…

    …evice can control the alert directly.
    
    Signed-off-by: Brian Bradley <[email protected]>
    bpbradley committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    12860dd View commit details
    Browse the repository at this point in the history
  2. Add ability to set led color

    Signed-off-by: Brian Bradley <[email protected]>
    bpbradley committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    e5c0a2e View commit details
    Browse the repository at this point in the history