kh

Dependencies:   mbed PinDetect Servo

Revision:
2:04bbd14722bd
Parent:
1:2c365f6da61d
Child:
3:2f7a7e2cd49e
--- a/authentication.h	Sat Nov 10 20:08:46 2018 +0000
+++ b/authentication.h	Mon Nov 12 23:36:11 2018 +0000
@@ -22,6 +22,7 @@
 
 bool checkPot(int p1, int p2);
 
+bool checkBluetooth();
 
 
 /*
@@ -32,8 +33,9 @@
 *  returns:
 *
 */
-void bluetooth();
+void parse_bluetooth();
 
+void start_bluetooth();
 
 /*
 * Function:  sdCard
@@ -45,3 +47,4 @@
 */
 void sdCard();
 
+