added simple beeper module.

This commit is contained in:
Martin Preuss
2026-02-02 21:20:25 +01:00
parent c8e5317cac
commit 40033db235
6 changed files with 184 additions and 1 deletions

View File

@@ -125,6 +125,11 @@ onSystemTimerTick:
#endif
#ifdef MODULES_BEEPER_SIMPLE
bigcall BeeperSimple_Every100ms
#endif
#ifdef MODULES_UART_BITBANG
bigcall UART_BitBang_Every100ms
#endif