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.
hello_msg.h@0:d6c40db60579, 2017-02-09 (annotated)
- Committer:
- VicOnCampusGeel
- Date:
- Thu Feb 09 08:28:08 2017 +0000
- Revision:
- 0:d6c40db60579
start;
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| VicOnCampusGeel | 0:d6c40db60579 | 1 | //--- Print Hello bericht naar terminal ---------------------------------------- |
| VicOnCampusGeel | 0:d6c40db60579 | 2 | printf("\r\n----------------------------------------------------\r\n"); |
| VicOnCampusGeel | 0:d6c40db60579 | 3 | printf("mbed NUCLEO-F091RC microprocessor bord\r\n"); |
| VicOnCampusGeel | 0:d6c40db60579 | 4 | printf(" Demo van een\r\n"); |
| VicOnCampusGeel | 0:d6c40db60579 | 5 | printf("Infrarood Zender - ontvanger \r\n"); |
| VicOnCampusGeel | 0:d6c40db60579 | 6 | printf("via : PWMpin D9 - RXpin D5 : TXpin D3: disabled \r\n\r\n"); |
| VicOnCampusGeel | 0:d6c40db60579 | 7 | /* |
| VicOnCampusGeel | 0:d6c40db60579 | 8 | printf("emitter van de transistor aan massa te leggen via draadbrug"); |
| VicOnCampusGeel | 0:d6c40db60579 | 9 | printf("wordt in een latere versie van het bordje opgelost)"; |
| VicOnCampusGeel | 0:d6c40db60579 | 10 | printf("om voldoende stroom door de IR_LED te sturen, om voldoende"); |
| VicOnCampusGeel | 0:d6c40db60579 | 11 | printf("Krachtig te zijn om ook via reflecties op het projectorscherm"); |
| VicOnCampusGeel | 0:d6c40db60579 | 12 | printtf("te kunnen reageren"); |
| VicOnCampusGeel | 0:d6c40db60579 | 13 | */ |
| VicOnCampusGeel | 0:d6c40db60579 | 14 | printf("STEM workshop KU Leuven Campus Geel\r\n"); |
| VicOnCampusGeel | 0:d6c40db60579 | 15 | printf("Naam deelnemer : uw naam\r\n"); |
| VicOnCampusGeel | 0:d6c40db60579 | 16 | printf("Naam van de school : ......\r\n"); |
| VicOnCampusGeel | 0:d6c40db60579 | 17 | printf("----------------------------------------------------\r\n"); |