2021 NHK B

Revision:
7:58da8ee2b38d
Parent:
5:1ef248a66820
Child:
8:f276fe03c43d
--- a/ikarashiSV.h	Fri Oct 22 06:36:52 2021 +0000
+++ b/ikarashiSV.h	Fri Oct 22 07:59:13 2021 +0000
@@ -63,4 +63,14 @@
     DigitalOut port_d;//
 };
 
+class ikarashiSV2{
+    ikarashiSV2(PinName pin_e, PinName pin_f);
+    void solenoid(int _state2);
+    void solenoid_show();
+private:
+    int solenoid_status2;
+    DigitalOut port_e;
+    DigitalOut port_f;
+};
+
 #endif
\ No newline at end of file