ECE 4180 - Final Project Team / Mbed 2 deprecated WalkieTalkie

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

Revision:
20:e068469ffb89
Parent:
8:0222df74596e
Child:
33:5d86c111d9bc
--- a/Microphone.h	Fri Apr 20 16:12:01 2018 +0000
+++ b/Microphone.h	Fri Apr 20 18:39:20 2018 +0000
@@ -5,8 +5,11 @@
 public:
     Microphone(PinName pin);
     
+    // Returns the raw float value on the pin
     float read();
     operator float ();
+    
+    // Returns a scaled uint8 for transmission over the RF channel
     uint8_t getData();
     
 private: