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
Fork of Robocode by
Diff: source/main.cpp
- Revision:
- 23:4ddc4216f335
- Parent:
- 22:c8e187b9d949
- Child:
- 24:6c2fec64f890
diff -r c8e187b9d949 -r 4ddc4216f335 source/main.cpp
--- a/source/main.cpp Fri Mar 03 20:44:01 2017 +0000
+++ b/source/main.cpp Sat Mar 04 13:57:41 2017 +0000
@@ -45,8 +45,8 @@
EncoderLeftA.rise(&highPulseDetectedL);
EncoderLeftB.rise(&highPulseDetectedL);
- EncoderRightA.rise(&highPulseDetectedR);
- EncoderRightB.rise(&highPulseDetectedR);
+ //EncoderRightA.rise(&highPulseDetectedR); // wird erkannt
+ //EncoderRightB.rise(&highPulseDetectedR); // wird erkannt
move_init();
while(1){
