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.
Revision 68:e88f3fd2e9cf, committed 2017-01-23
- Comitter:
- pannaanna
- Date:
- Mon Jan 23 14:18:23 2017 +0100
- Parent:
- 67:95a70056394d
- Commit message:
- port changed
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Jan 23 13:23:44 2017 +0100
+++ b/main.cpp Mon Jan 23 14:18:23 2017 +0100
@@ -15,7 +15,7 @@
break;
} case BOARD1_MODE: {
DigitalSensor pir1(PIR1);
- SoundSensor sound_sensor(SOUND);
+ SoundSensor sound_sensor(SOUND, PA_1);
Board(BOARD1_ADDRESS, &pir1, &sound_sensor).run();
break;
} case BOARD2_MODE: {