fix buttons working, add basic brightness control

This commit is contained in:
true
2026-05-08 22:12:06 -07:00
parent fe169b64f6
commit b2de3abe08
5 changed files with 55 additions and 4 deletions

View File

@@ -27,6 +27,7 @@
#include "led/ledprog.h"
#include "ui/btn.h"
#include "ui/temp_ui.h"
/*
*@Note
@@ -162,6 +163,9 @@ int main(void)
// set up accelerometer
spim_init();
// set up user interface
tempui_init();
// configure AWU to provide ~997Hz wakeup interrupt for main program
// TODO: confirm if the counter is reset / preloaded
awu_init();