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: TI_TB6612FNG_SAMPLE
Homepage
Example¶
include the mbed library with this snippet
#include "mbed.h"
#include "AF_TB6612FNG.h"
AF_TB6612FNG tb6612fng(p21, p20, p19, p22, p18, p17, p12);
int main() {
float speed = 0.6;
tb6612fng.forward(speed);
}