File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Frequency Detector Library for Arduino and ATtinys
2
- ### Version 1.1.0
2
+ ### Version 1.1.1
3
3
[ ![ License: GPL v3] ( https://img.shields.io/badge/License-GPLv3-blue.svg )] ( https://www.gnu.org/licenses/gpl-3.0 )
4
4
[ ![ Build Status] ( https://travis-ci.org/ArminJo/Arduino-FrequencyDetector.svg?branch=master )] ( https://travis-ci.org/ArminJo/Arduino-FrequencyDetector )
5
5
[ ![ Hit Counter] ( https://hitcounter.pythonanywhere.com/count/tag.svg?url=https%3A%2F%2Fgithub.com%2FArminJo%2FArduino-FrequencyDetector )] ( https://github.com/brentvollebregt/hit-counter )
@@ -167,6 +167,9 @@ MAX4466 / 9814 MICROPHONE | | 1M
167
167
```
168
168
169
169
# Revision History
170
+ ### Version 1.1.1
171
+ - Moved libraries for WhistleSwitch example.
172
+
170
173
### Version 1.1.0
171
174
- Corrected formula for compensating millis().
172
175
- New field PeriodOfOneReadingMillis.
Original file line number Diff line number Diff line change 1
1
name =FrequencyDetector
2
- version =1.1.0
2
+ version =1.1.1
3
3
author =Armin Joachimsmeyer
4
4
maintainer =Armin Joachimsmeyer <armin.joachimsmeyer@gmail.com>
5
5
sentence =Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.<br/>
You can’t perform that action at this time.
0 commit comments