segway_self balancing robot 4180 project
Dependencies: mbed mbed-rtos LSM9DS1_Library
main.cpp
- Committer:
- pandirimukund
- Date:
- 2020-04-09
- Revision:
- 3:a9e77d6c56f8
- Parent:
- 1:5afff7819c5e
- Parent:
- 2:d57d50a20cdb
- Child:
- 4:e9036eff403f
File content as of revision 3:a9e77d6c56f8:
#include "mbed.h"
<<<<<<< working copy
DigitalOut myled(LED3);
=======
DigitalOut myled(LED4);
>>>>>>> merge rev
int main() {
while(1) {
myled = 1;
wait(0.2);
myled = 0;
wait(0.2);
}
}
