The purpose of this project was to create a system that would allow users to monitor a locked device using a Bluetooth device. This Bluetooth device will show the last user that unlocked the device, and also allows the user to unlock the device using the Bluetooth device. This device can be physically unlocked using a capacitive touch keypad sensor.

Dependencies:   mbed Motor Servo

Fork of SerialPassthrough_LPC1768 by jim hamblen

Files at this revision

API Documentation at this revision

Comitter:
4180_1
Date:
Wed Sep 16 16:28:29 2015 +0000
Parent:
5:96cb82af9996
Child:
7:79d0b30fedb4
Commit message:
ver 1.0

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Apr 30 22:48:21 2015 +0000
+++ b/main.cpp	Wed Sep 16 16:28:29 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 
 RawSerial  pc(USBTX, USBRX);
-RawSerial  dev(D1, D0);
+RawSerial  dev(p28,p27);
 DigitalOut led1(LED1);
 DigitalOut led4(LED4);