Embedded System Project for Group 9 Wearable Infant Growth Monitoring

Dependencies:   SX1276 Sht31 C12832

Files at this revision

API Documentation at this revision

Comitter:
akramaliomar
Date:
Mon Jul 12 13:34:24 2021 +0000
Parent:
2:dcfbb38ec67b
Commit message:
CHange Pin

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jul 12 13:27:33 2021 +0000
+++ b/main.cpp	Mon Jul 12 13:34:24 2021 +0000
@@ -40,7 +40,7 @@
 DigitalOut blueLed(p11);
 DigitalOut redLed(p9);
 InterruptIn directionBtn(p20);
-InterruptIn modeSwith(p8);
+InterruptIn modeSwith(p14);
 Timeout t,t2;
 EventQueue queue;
 int scrollingState=0;