Last

Dependencies:   BLE_API HCSR04 X_NUCLEO_IDB0XA1 mbed

Fork of contest_IOT5 by Contest IOT GSE5

Revision:
1:e9d1c42a73ae
Parent:
0:028fac66239d
Child:
2:35466dfc81fe
--- a/main.cpp	Fri Feb 21 10:34:55 2014 +0000
+++ b/main.cpp	Fri Feb 28 06:52:34 2014 +0000
@@ -1,5 +1,10 @@
 #include "mbed.h"
- 
+
+//------------------------------------
+// Hyperterminal configuration
+// 9600 bauds, 8-bit data, no parity
+//------------------------------------
+
 Serial pc(SERIAL_TX, SERIAL_RX);
  
 DigitalOut myled(LED1);