segway_self balancing robot 4180 project

Dependencies:   mbed mbed-rtos LSM9DS1_Library

Files at this revision

API Documentation at this revision

Comitter:
pandirimukund
Date:
Thu Apr 09 20:32:46 2020 +0000
Parent:
0:49139eec4c55
Child:
3:a9e77d6c56f8
Commit message:
chagned to led 3;

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:32:46 2020 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+DigitalOut myled(LED3);
 
 int main() {
     while(1) {