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
- Committer:
- VicOnCampusGeel
- Date:
- 2017-02-09
- Revision:
- 0:d6c40db60579
File content as of revision 0:d6c40db60579:
//--- Print Hello bericht naar terminal ----------------------------------------
printf("\r\n----------------------------------------------------\r\n");
printf("mbed NUCLEO-F091RC microprocessor bord\r\n");
printf(" Demo van een\r\n");
printf("Infrarood Zender - ontvanger \r\n");
printf("via : PWMpin D9 - RXpin D5 : TXpin D3: disabled \r\n\r\n");
/*
printf("emitter van de transistor aan massa te leggen via draadbrug");
printf("wordt in een latere versie van het bordje opgelost)";
printf("om voldoende stroom door de IR_LED te sturen, om voldoende");
printf("Krachtig te zijn om ook via reflecties op het projectorscherm");
printtf("te kunnen reageren");
*/
printf("STEM workshop KU Leuven Campus Geel\r\n");
printf("Naam deelnemer : uw naam\r\n");
printf("Naam van de school : ......\r\n");
printf("----------------------------------------------------\r\n");