Table controller for piswarm-office

Dependencies:   mbed

Fork of PiSwarmTableController by piswarm

Revision:
5:68a1ce96bfeb
Parent:
2:c81f4ef63132
--- a/alpha433.cpp	Fri Jul 18 21:23:37 2014 +0000
+++ b/alpha433.cpp	Thu Aug 14 09:06:31 2014 +0000
@@ -239,7 +239,7 @@
       //Add reset timeout
       reset_timeout.detach(); 
       reset_timeout.attach(this,&Alpha433::timeout,0.5);
-      pc.printf("Rec. ISR\n");
+      //pc.printf("Rec. ISR\n");
       int res = _read(0x0000);
       if(res==0) res = _read(0x0000);
       char read_failure = 0;