Smart-Home-TX Test

Dependencies:   4DGL-uLCD-SE PinDetect

Fork of Xbee-Smart-Home-Outside by prana koirala

Files at this revision

API Documentation at this revision

Comitter:
pkoirala3
Date:
Tue May 02 21:42:10 2017 +0000
Parent:
4:f87a36946c09
Commit message:
Final Version

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue May 02 20:37:18 2017 +0000
+++ b/main.cpp	Tue May 02 21:42:10 2017 +0000
@@ -14,7 +14,6 @@
 PinDetect getStatus(p16);
 PinDetect toggleLight(p17);
 PinDetect camPic(p18);
-PwmOut speaker(p21);
 
 volatile bool statusReq = false;
 volatile bool flipLed = false;