MATSU-bed + I2CLCD sample (e.g. AQM0802A)

Dependencies:   mbed I2cLCD MATSUbed USBDevice

Fork of MASTU-bed_I2CLCD by Daisuke Sato

/media/uploads/Tiryoh/motion-still-2018-05-13-compressor.gif

AQM0802A: http://akizukidenshi.com/catalog/g/gP-06669/

Revision:
1:ac8ac251e0c3
Parent:
0:430362be0583
--- a/main.cpp	Sun May 13 11:14:06 2018 +0000
+++ b/main.cpp	Sun Dec 02 13:50:54 2018 +0000
@@ -1,14 +1,7 @@
 #include "mbed.h"
 #include "USBSerial.h"
 #include "I2cLCD.h"
- 
-#define LED1 P0_29
-#define LED2 P0_28
-#define LED3 P0_27
-#define LED4 P0_26
- 
-#define ISP0 P0_4
-#define ISP1 P0_16
+#include "MATSU-bed.h"
  
 USBSerial pc;
 BusOut myled(LED1, LED2, LED3, LED4);