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.
Dependencies: mbed
Mapping.h@15:31d09ee65cf1, 2018-07-04 (annotated)
- Committer:
- wengefa1
- Date:
- Wed Jul 04 09:14:37 2018 +0000
- Revision:
- 15:31d09ee65cf1
- Parent:
- 14:0caa7b93af7a
Schalter f?r Moduswechsel implementiert
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| Alexander_Zuest | 0:4a0b987c5c94 | 1 | #ifndef Mapping_H | 
| Alexander_Zuest | 0:4a0b987c5c94 | 2 | #define Mapping_H | 
| Alexander_Zuest | 0:4a0b987c5c94 | 3 | |
| Alexander_Zuest | 0:4a0b987c5c94 | 4 | //Funktionsdeklaration | 
| Alexander_Zuest | 14:0caa7b93af7a | 5 | void mapping(int (*map)[10]); | 
| Alexander_Zuest | 14:0caa7b93af7a | 6 | |
| Alexander_Zuest | 0:4a0b987c5c94 | 7 | |
| Alexander_Zuest | 0:4a0b987c5c94 | 8 | #endif | 
| Alexander_Zuest | 0:4a0b987c5c94 | 9 |