avr: removed LED, renamed LED_SIMPLE to LED, introduces LED1, LED2, LED3

This commit is contained in:
Martin Preuss
2026-05-04 13:58:39 +02:00
parent a9a87ab94b
commit a9147f911c
12 changed files with 480 additions and 565 deletions

View File

@@ -30,16 +30,16 @@ modulesOnEvery100ms:
bigcall Clock_Every100ms ; generates calls to onEverySecond/Minute/Hour/Day
#endif
#ifdef MODULES_LED_SIMPLE
bigcall LedSimple_Every100ms
#ifdef MODULES_LED1
bigcall Led1_Every100ms
#endif
#ifdef MODULES_LED_SIGNAL
bigcall LedSignal_Every100ms
#ifdef MODULES_LED2
bigcall Led2_Every100ms
#endif
#ifdef MODULES_LED_ACTIVITY
bigcall LedActivity_Every100ms
#ifdef MODULES_LED3
bigcall Led3_Every100ms
#endif
#ifdef MODULES_BEEPER_SIMPLE