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
Revision 3:166ef8af2559, committed 2019-02-01
- Comitter:
- marcel1691
- Date:
- Fri Feb 01 11:57:16 2019 +0000
- Parent:
- 2:1ce5e48b645d
- Commit message:
- LED1 statt D10
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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()
{