Thomas Cauwelier / Mbed 2 deprecated visible_light_communication

Dependencies:   SoftSerial SDFileSystem mbed wave_player

Committer:
thoma@THOMAS-CAUWELIER.khbo.be
Date:
Tue May 02 23:39:09 2017 +0200
Revision:
4:a07612fbf279
Parent:
3:f128424d2e80
Child:
6:0e1973fdfe28
add mbed import for printf

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Desertification 1:6b839581dc9f 1
Desertification 1:6b839581dc9f 2 #include "mbed.h"
Desertification 1:6b839581dc9f 3
Desertification 1:6b839581dc9f 4 int main() {
thoma@THOMAS-CAUWELIER.khbo.be 3:f128424d2e80 5 printf("%s", "hello, term");
thoma@THOMAS-CAUWELIER.khbo.be 4:a07612fbf279 6 }