segway_self balancing robot 4180 project
Dependencies: mbed mbed-rtos LSM9DS1_Library
Revision 2:d57d50a20cdb, committed 2020-04-09
- Comitter:
- pandirimukund
- Date:
- Thu Apr 09 20:33:38 2020 +0000
- Parent:
- 0:49139eec4c55
- Child:
- 3:a9e77d6c56f8
- Commit message:
- changed to led4;
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Apr 09 20:31:56 2020 +0000
+++ b/main.cpp Thu Apr 09 20:33:38 2020 +0000
@@ -1,6 +1,6 @@
#include "mbed.h"
-DigitalOut myled(LED1);
+DigitalOut myled(LED4);
int main() {
while(1) {
