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.
Fork of ele350 by
Diff: sine_app.cpp
- Revision:
- 32:b28a049ebbf1
- Parent:
- 29:8ec9451b1a59
- Child:
- 33:c084f49cd403
diff -r 6f781b2ebde6 -r b28a049ebbf1 sine_app.cpp --- a/sine_app.cpp Wed Dec 16 12:40:50 2015 +0000 +++ b/sine_app.cpp Wed Dec 16 12:51:43 2015 +0000 @@ -7,7 +7,7 @@ void SineApp::start() { App::start(); - this->analogOut->write(0); + this->analogOut->write(1.0/20); this->timer.start(); }