AF_TB6612FNG is a library of TB6612FNG.

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);
}

History

refactoring default tip

2018-06-04, by tichise [Mon, 04 Jun 2018 00:43:00 +0000] rev 2

refactoring


refactoring

2018-06-04, by tichise [Mon, 04 Jun 2018 00:36:29 +0000] rev 1

refactoring


new

2018-06-04, by tichise [Mon, 04 Jun 2018 00:23:18 +0000] rev 0

new