R1370

Dependents:   NHK2017_octopus2 NHK2017_octopus2_drive 2018NHK_gakugaku_robo 2018NHK_gaku_ver2

Fork of R1307 by Wataru Nakata

Revision:
2:deb20a97e035
Parent:
1:59efa65938c7
Child:
3:7105b2e1f51e
--- 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);
 }