software to control a DC motor, preferably interfacing with a motor driver.

Dependencies:   mbed

Committer:
kaushalpkk
Date:
Thu Jul 14 23:46:07 2011 +0000
Revision:
0:86a53a224bcf
n/a

Who changed what in which revision?

UserRevisionLine numberNew contents of line
kaushalpkk 0:86a53a224bcf 1 #include "mbed.h"
kaushalpkk 0:86a53a224bcf 2 #include "DCMotor.h"
kaushalpkk 0:86a53a224bcf 3
kaushalpkk 0:86a53a224bcf 4 int main() {
kaushalpkk 0:86a53a224bcf 5
kaushalpkk 0:86a53a224bcf 6
kaushalpkk 0:86a53a224bcf 7 }