test program for using sensor R1307

Dependents:   r1370_test

Revision:
2:deb20a97e035
Parent:
1:59efa65938c7
Child:
4:b6583f28f7b7
--- a/r1307.cpp	Sat Sep 02 19:30:23 2017 +0900
+++ b/r1307.cpp	Wed Oct 11 18:00:52 2017 +0900
@@ -3,7 +3,7 @@
 
 R1307::R1307(PinName tx_,PinName rx_): serial(tx_,rx_)
 {
-  ticker.attach(this,&R1307::update,0.01);
+  //ticker.attach(this,&R1307::update,0.01);
   serial.baud(115200);
 }