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.
Dependents: gimbalController_brushless_IMU
Fork of brushlessController_TB6612FNG by
Diff: brushlessController_TB6612FNG.h
- Revision:
- 0:fcf00057b1a3
- Child:
- 2:32d402d0ee1e
diff -r 000000000000 -r fcf00057b1a3 brushlessController_TB6612FNG.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/brushlessController_TB6612FNG.h Fri Jul 17 11:29:51 2015 +0000 @@ -0,0 +1,9 @@ +#ifndef BRUSHLESSCONTROLLER_TB6612FNG_H +#define BRUSHLESSCONTROLLER_TB6612FNG_H + +#include "mbed.h" + +/* Function Prototypes */ +void brushlessControl(bool dir, int delay_time); + +#endif \ No newline at end of file
