power button implemented (without the power button functionality)

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-20 22:46:21 +01:00
parent 23fe371656
commit 3789f5eb7b
4 changed files with 99 additions and 2 deletions

View file

@ -1,3 +1,4 @@
pub mod battery;
pub mod clock;
pub mod powerbutton;
pub mod spacer;