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.

Files at this revision

API Documentation at this revision

Comitter:
Tiryoh
Date:
Sun Dec 02 18:11:20 2018 +0000
Parent:
1:f3d4794ec7a4
Commit message:
Update library

Changed in this revision

MATSU-bed.lib Show diff for this revision Revisions of this file
MATSUbed.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/MATSU-bed.lib	Mon Nov 26 08:23:27 2018 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-https://os.mbed.com/teams/MATSU-bed/code/MATSU-bed/#2318cc82d7fc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MATSUbed.lib	Sun Dec 02 18:11:20 2018 +0000
@@ -0,0 +1,1 @@
+https://os.mbed.com/teams/MATSU-bed/code/MATSUbed/#a58c512efe5c
--- 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);