ワークショップ用に公開しているものです。

Dependencies:   mbed

Fork of Arch_Analog_Thermistor_Blinker by Yihui Xiong

Revision:
9:5a7dca00d87b
Parent:
8:58795209d9c2
--- a/main.cpp	Sat Nov 14 06:42:28 2015 +0000
+++ b/main.cpp	Sat Feb 27 05:38:49 2016 +0000
@@ -1,9 +1,9 @@
 #include "mbed.h"
-#include "SoftSerial.h"
+#include "SoftSerialSendOnry.h"
 
 AnalogIn thermistor(dp13);   /* Temperature sensor connected to Analog Grove connector */
 
-SoftSerial pc(dp10,dp11);
+SoftSerialSendOnry pc(dp10); // tx
 
 int main()
 {