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.
uebungen.h@1:fe621d794c6c, 2015-04-24 (annotated)
- Committer:
- mpickl
- Date:
- Fri Apr 24 09:17:13 2015 +0000
- Revision:
- 1:fe621d794c6c
- Parent:
- 0:407bebd23b26
- Child:
- 2:9795f864acac
LED Ampel
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mpickl | 0:407bebd23b26 | 1 | #include "ur_Bertl.h" |
mpickl | 0:407bebd23b26 | 2 | |
mpickl | 0:407bebd23b26 | 3 | class Task_Bertl : public ur_Bertl |
mpickl | 0:407bebd23b26 | 4 | { |
mpickl | 0:407bebd23b26 | 5 | public: |
mpickl | 0:407bebd23b26 | 6 | void ClearAllBeeperToTheWall(); |
mpickl | 1:fe621d794c6c | 7 | void LedAmpel(); |
mpickl | 0:407bebd23b26 | 8 | }; |