]> git.defcon.no Git - rctxduino/commitdiff
Needed to use the code to get the binary code in the hex :P Optimization ftw :P
authorJon Langseth <jon.langseth@lilug.no>
Wed, 7 Sep 2011 21:32:51 +0000 (23:32 +0200)
committerJon Langseth <jon.langseth@lilug.no>
Wed, 7 Sep 2011 21:32:51 +0000 (23:32 +0200)
source/RCTXDuino/RCTXDuino.pde

index a6769d68098f31912370690d83dc3bda6ce671af..1eb951a59e7cebee3a6a6daf7de3363486506436 100644 (file)
@@ -337,6 +337,10 @@ void setup(){
   Timer1.initialize(framelength);
   Timer1.attachInterrupt(ISR_timer);  
   
+  // For size-testing :D
+  LCDInit();
+  LCDClear();
+  LCDString("Hello world!");
 }
 
 void model_defaults( void )