ECE 4180 - Final Project Team / Mbed 2 deprecated WalkieTalkie

Dependencies:   mbed 4DGL-uLCD-SE mbed-rtos nRF24L01P

Revision:
8:0222df74596e
Parent:
6:7c72902a735f
Child:
20:e068469ffb89
--- a/Microphone.h	Wed Apr 18 15:09:32 2018 +0000
+++ b/Microphone.h	Wed Apr 18 15:22:38 2018 +0000
@@ -3,7 +3,7 @@
 class Microphone
 {
 public:
-    microphone(PinName pin);
+    Microphone(PinName pin);
     
     float read();
     operator float ();