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.
main.cpp
00001 #include "mbed.h" 00002 #include "ur_Bertl.h" 00003 00004 int main() 00005 { 00006 ur_Bertl karel; 00007 00008 karel.TurnLedOn(0x00); 00009 00010 while(1) 00011 { 00012 while(karel.IsButtonPressed(0x80)) 00013 { 00014 karel.TurnLedOn(0x01); 00015 karel.TurnLedOn(0x20); 00016 } 00017 00018 karel.TurnLedOff(0x01); 00019 karel.TurnLedOff(0x20); 00020 } 00021 }
Generated on Fri Jul 15 2022 19:45:28 by
1.7.2