valve measurement board

Dependencies:   mbed ads1115_test SDFileSystem

Branch:
PressureResponse
Revision:
8:75b05055a94b
Parent:
7:088f88b9fffc
Child:
10:de2a9468b344
--- a/main.cpp	Thu Mar 04 23:33:33 2021 +0900
+++ b/main.cpp	Thu Mar 04 23:46:18 2021 +0900
@@ -1,5 +1,5 @@
 #include "mbed.h"
-#include "SoftwareSerial.h"
+#include "SoftSerial.h"
 
 #include "SDFileSystem.h"
 
@@ -13,7 +13,7 @@
 //
 Serial wireless(p28,p27);
 
-SoftwareSerial valve_controler(p18,p19,"");//tx,rx
+SoftSerial valve_controler(p18,p19);//tx,rx
 
 I2C i2c(p9, p10);