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_Task3.h@0:4a495b04cc0f, 2015-04-17 (annotated)
- Committer:
- matthiasdorudi
- Date:
- Fri Apr 17 08:40:59 2015 +0000
- Revision:
- 0:4a495b04cc0f
IF_Task3
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| matthiasdorudi | 0:4a495b04cc0f | 1 | #include "mbed.h" |
| matthiasdorudi | 0:4a495b04cc0f | 2 | #include "const.h" |
| matthiasdorudi | 0:4a495b04cc0f | 3 | #include "ur_Bertl.h" |
| matthiasdorudi | 0:4a495b04cc0f | 4 | |
| matthiasdorudi | 0:4a495b04cc0f | 5 | #ifndef BERTL_TASK3 |
| matthiasdorudi | 0:4a495b04cc0f | 6 | #define BERTL_TASK3 |
| matthiasdorudi | 0:4a495b04cc0f | 7 | |
| matthiasdorudi | 0:4a495b04cc0f | 8 | class Bertl_Task3 : public ur_Bertl{ |
| matthiasdorudi | 0:4a495b04cc0f | 9 | public: |
| matthiasdorudi | 0:4a495b04cc0f | 10 | bool RightIsClear(); |
| matthiasdorudi | 0:4a495b04cc0f | 11 | }; |
| matthiasdorudi | 0:4a495b04cc0f | 12 | #endif |