Next iteration with backoffs, tasks, basic skeleton for events
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
#![no_std]
|
||||
|
||||
pub mod display;
|
||||
pub mod backoff;
|
||||
pub mod events;
|
||||
pub mod tasks;
|
||||
extern crate alloc;
|
||||
|
||||
use rgb::Rgb;
|
||||
|
||||
/// Scales the requested brightness to stay within power consumption limits
|
||||
|
||||
Reference in New Issue
Block a user