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: HCSR04 TCS3200 X_NUCLEO_IHM12A1 mbed
Fork of ovvioBug by
Diff: main.cpp
- Revision:
- 2:1e4061cedf1d
- Parent:
- 0:773e2a2be16f
- Child:
- 5:7517162fb2b9
--- a/main.cpp Thu Apr 28 14:08:19 2016 +0000 +++ b/main.cpp Thu Nov 17 16:45:33 2016 +0000 @@ -132,7 +132,7 @@ if (motor->Init(&initDeviceParameters) != COMPONENT_OK) exit(EXIT_FAILURE); /* Set dual bridge enabled as two motors are used*/ - motor->SetDualFullBridgeconfig(1); + motor->SetDualFullBridgeConfig(1); /* Attaching and enabling an interrupt handler. */ motor->AttachFlagIRQ(&myFlagIRQHandler);