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
main.cpp
00001 #include "mbed.h" 00002 00003 00004 case 180_GRAD_RECHTS 00005 00006 buttonNow && !button.read(); 00007 if (buttonNow && !buttonBefore { // detect button rising edge 00008 state = LANGSAM_FAHREN; 00009 } else if (( irSensorR.read() > DISTANCE_THRESHOLD) 00010 && (irSensorF.read() > DISTANCE_THRESHOLD) 00011 && (irSensorL.read() > DISTANCE_THRESHOLD)) { 00012 controller.setTranslationalVelocity(TRANCLATIONAL_VELOCITY) { 00013 state = VORWAERTSFAHREN; 00014
Generated on Sat Jul 16 2022 06:51:42 by
