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 1:0b1a84ce037f, committed 2019-04-04
- Comitter:
- ThunderSoft
- Date:
- Thu Apr 04 03:56:18 2019 +0000
- Parent:
- 0:8f7f050af5a8
- Child:
- 2:4b5ebf838a40
- Commit message:
- change INT pin
Changed in this revision
| PirSensor/PirSensor.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/PirSensor/PirSensor.cpp Thu Mar 21 10:01:07 2019 +0000 +++ b/PirSensor/PirSensor.cpp Thu Apr 04 03:56:18 2019 +0000 @@ -8,7 +8,7 @@ #if defined(__TT_M3HQ__) -#define DEFAULT_DOR_PIN PK7 +#define DEFAULT_DOR_PIN PJ4 #endif