Add red & green pattern
This commit is contained in:
parent
82a9c5696a
commit
f1ae01eec0
3 changed files with 73 additions and 0 deletions
harrogate/src
|
@ -7,6 +7,7 @@ pub use lights_hal::delay;
|
|||
|
||||
mod december_01_2019;
|
||||
mod december_21_2019;
|
||||
mod december_24_2019;
|
||||
mod door_light;
|
||||
|
||||
#[entry]
|
||||
|
@ -19,6 +20,9 @@ fn main() -> ! {
|
|||
#[cfg(feature = "december-21-2019")]
|
||||
december_21_2019::run(&mut lights);
|
||||
|
||||
#[cfg(feature = "december-24-2019")]
|
||||
december_24_2019::run(&mut lights);
|
||||
|
||||
#[cfg(not(feature = "replace-default"))]
|
||||
door_light::run(&mut lights);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue