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
brushlessController_TB6612FNG.h
- Committer:
- BaserK
- Date:
- 2015-07-17
- Revision:
- 0:fcf00057b1a3
- Child:
- 2:32d402d0ee1e
File content as of revision 0:fcf00057b1a3:
#ifndef BRUSHLESSCONTROLLER_TB6612FNG_H
#define BRUSHLESSCONTROLLER_TB6612FNG_H
#include "mbed.h"
/* Function Prototypes */
void brushlessControl(bool dir, int delay_time);
#endif
