Added LED test into monitor, supporting increased LEDs on the apimote and telosb...
[goodfet] / firmware / include / monitor.h
index d38dae9..566c708 100644 (file)
@@ -8,7 +8,7 @@
 
 #include "app.h"
 
-// Montir app number
+// Monitor application number
 #define MONITOR 0x00
 
 // Monitor Commands
@@ -29,6 +29,8 @@
 #define MONITOR_WRITEBUF 0xC1
 #define MONITOR_SIZEBUF 0xC2
 
+#define MONITOR_LEDTEST 0xD0
+
 extern app_t const monitor_app;
 
 #endif // MONITOR_H