Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: 2017NHKpin_config FEP HMC6352 PID QEI R1307 ikarashiMDC omni_wheel
Fork of KANIv3 by
Diff: bot/slider/slider.h
- Branch:
- develop1
- Revision:
- 15:9aa11febe517
- Parent:
- 9:39be1525dfe0
- Child:
- 16:50651ff960b9
--- a/bot/slider/slider.h Tue Sep 12 10:21:00 2017 +0900 +++ b/bot/slider/slider.h Sun Sep 17 00:53:01 2017 +0900 @@ -13,14 +13,12 @@ Slider(DigitalOut* RS485Controller, Serial *RS485); void slide(float speed); - void release(); private: void resetheight(); ikarashiMDC slideMotor; QEI encoder; InterruptIn limitSwitch; - DigitalOut solenoid; }; #endif