diff --git a/avr/devices/n23/main/data.asm b/avr/devices/n23/main/data.asm index 20b822c..31ccc2f 100644 --- a/avr/devices/n23/main/data.asm +++ b/avr/devices/n23/main/data.asm @@ -12,8 +12,3 @@ .dseg -programRamBegin: - programRamSensorTimer: .byte 1 ; seconds counter - programRamStatsTimer: .byte 1 ; minutes counter -programRamEnd: - diff --git a/avr/devices/n23/main/main.asm b/avr/devices/n23/main/main.asm index 67a67ae..807b993 100644 --- a/avr/devices/n23/main/main.asm +++ b/avr/devices/n23/main/main.asm @@ -77,6 +77,9 @@ #define APPS_NETWORK #define APPS_MOTION +#define APPS_REPORTSENSORS +#define APPS_STATS + ; --------------------------------------------------------------------------- @@ -158,58 +161,6 @@ onSystemStart: -; --------------------------------------------------------------------------- -; @routine systemSetSpeed -; -; Called every 100ms. Add your routine calls here. No arguments, no results. - -systemSetSpeed: -.if clock == 8000000 - ldi r16, (1<