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: SoftSerial SDFileSystem mbed wave_player
main.cpp@4:a07612fbf279, 2017-05-02 (annotated)
- 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?
User | Revision | Line number | New 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 | } |