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.
Diff: hello_msg.h
- Revision:
- 0:d6c40db60579
diff -r 000000000000 -r d6c40db60579 hello_msg.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/hello_msg.h Thu Feb 09 08:28:08 2017 +0000
@@ -0,0 +1,17 @@
+ //--- 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");