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.
urBertl.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 | class ur_Bertl |
chabo | 0:b31a2e59a9f3 | 2 | { |
chabo | 0:b31a2e59a9f3 | 3 | public: |
chabo | 0:b31a2e59a9f3 | 4 | void ur_Bertl(); |
chabo | 0:b31a2e59a9f3 | 5 | void Move(); |
chabo | 0:b31a2e59a9f3 | 6 | void Move(int anz); |
chabo | 0:b31a2e59a9f3 | 7 | void TurnLeft(); |
chabo | 0:b31a2e59a9f3 | 8 | void TurnOff(); |
chabo | 0:b31a2e59a9f3 | 9 | |
chabo | 0:b31a2e59a9f3 | 10 | protected: |
chabo | 0:b31a2e59a9f3 | 11 | bool error(int code); |
chabo | 0:b31a2e59a9f3 | 12 | |
chabo | 0:b31a2e59a9f3 | 13 | }; |