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: mbed
Dependents: DumpTruck turn_pot
main.cpp
- Committer:
- simplyellow
- Date:
- 2016-09-20
- Revision:
- 0:a8839a6b9e39
- Child:
- 2:33be70fd7c4b
File content as of revision 0:a8839a6b9e39:
#include "mbed.h"
#include "Motor.h"
Serial pc(USBTX, USBRX);
Motor m1(p24,p30);
//Motor m2(p23,p28);
//Motor m3(p23,p28);
//Motor m4(p23,p28);
int main() {
m1.write(1.0f);
}