SoftwareSerial sample program for MATSU-bed

Dependencies:   mbed MATSUbed USBDevice

This repository is licensed under the MIT license. http://tiryoh.mit-license.org

mbed library is licensed under the Apache V2 license. Servo library is licensed under the MIT license.

Revision:
2:f44ab60c5c27
Parent:
1:f3d4794ec7a4
--- a/main.cpp	Mon Nov 26 08:23:27 2018 +0000
+++ b/main.cpp	Sun Dec 02 18:11:20 2018 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 #include "USBSerial.h"
-#include "MATSU-bed.h"
+#include "MATSUbed.h"
 
 USBSerial pc;
 BusOut myled(LED1, LED2, LED3, LED4);