Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed 4DGL-uLCD-SE mbed-rtos nRF24L01P
Diff: Microphone.h
- Revision:
- 6:7c72902a735f
- Parent:
- 2:dc046ff72566
- Child:
- 8:0222df74596e
--- a/Microphone.h Wed Apr 18 14:53:38 2018 +0000 +++ b/Microphone.h Wed Apr 18 15:00:46 2018 +0000 @@ -2,10 +2,13 @@ class Microphone { -public : +public: microphone(PinName pin); + float read(); operator float (); -private : + uint8_t getData(); + +private: AnalogIn _pin; }; \ No newline at end of file