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: mbed
Diff: main.cpp
- Revision:
- 3:166ef8af2559
- Parent:
- 2:1ce5e48b645d
diff -r 1ce5e48b645d -r 166ef8af2559 main.cpp --- a/main.cpp Mon Oct 31 15:12:26 2016 +0000 +++ b/main.cpp Fri Feb 01 11:57:16 2019 +0000 @@ -3,7 +3,7 @@ #include "mbed.h" DigitalIn pirSensor( A5 ); -DigitalOut licht( D10 ); +DigitalOut licht( LED1 ); int main() {