
elec350
Fork of elec350 by
Diff: microphone.cpp
- Revision:
- 12:ae626e46b996
- Parent:
- 9:3801e1da153b
- Child:
- 14:b1f94dd4a47f
--- a/microphone.cpp Wed Oct 21 20:01:11 2015 +0000 +++ b/microphone.cpp Wed Oct 21 22:42:17 2015 +0000 @@ -89,4 +89,4 @@ int8_t Microphone::read() { return (int8_t)((uint16_t)_mic_pulses_buffered - 128); -} \ No newline at end of file +}