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.
Bertl.h@0:b31a2e59a9f3, 2015-05-07 (annotated)
- Committer:
 - chabo
 - Date:
 - Thu May 07 10:47:14 2015 +0000
 - Revision:
 - 0:b31a2e59a9f3
 - Child:
 - 1:586339d244ed
 
Test
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| chabo | 0:b31a2e59a9f3 | 1 | #include urBertl.h | 
| chabo | 0:b31a2e59a9f3 | 2 | |
| chabo | 0:b31a2e59a9f3 | 3 | class Bertl: ur_Bertl | 
| chabo | 0:b31a2e59a9f3 | 4 | { | 
| chabo | 0:b31a2e59a9f3 | 5 | protected: | 
| chabo | 0:b31a2e59a9f3 | 6 | int anzahl; | 
| chabo | 0:b31a2e59a9f3 | 7 | |
| chabo | 0:b31a2e59a9f3 | 8 | public: | 
| chabo | 0:b31a2e59a9f3 | 9 | int Move(); | 
| chabo | 0:b31a2e59a9f3 | 10 | bool FrontIsClear(); | 
| chabo | 0:b31a2e59a9f3 | 11 | bool PickBeeper(int anz); | 
| chabo | 0:b31a2e59a9f3 | 12 | }; |