NHK2021_ikarashiSolenoidValve
Dependents: NHK2021_ikarashiSV_code NHK2021_ikarashiSV_code_withservo 2021NHK_B_syudo
Diff: ikarashiSV.h
- Revision:
- 7:58da8ee2b38d
- Parent:
- 5:1ef248a66820
- Child:
- 8:f276fe03c43d
diff -r 256162828e87 -r 58da8ee2b38d ikarashiSV.h --- 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