Thundersoft / Mbed OS PirSensor_for_TT_Mxx

Files at this revision

API Documentation at this revision

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