Skip to content

Commit 05a0a3a

Browse files
committed
Version 1.1.1 - Moved libraries for WhistleSwitch example
1 parent 07658e7 commit 05a0a3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Frequency Detector Library for Arduino and ATtinys
2-
### Version 1.1.0
2+
### Version 1.1.1
33
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
44
[![Build Status](https://travis-ci.org/ArminJo/Arduino-FrequencyDetector.svg?branch=master)](https://travis-ci.org/ArminJo/Arduino-FrequencyDetector)
55
[![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
167167
```
168168

169169
# Revision History
170+
### Version 1.1.1
171+
- Moved libraries for WhistleSwitch example.
172+
170173
### Version 1.1.0
171174
- Corrected formula for compensating millis().
172175
- New field PeriodOfOneReadingMillis.

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=FrequencyDetector
2-
version=1.1.0
2+
version=1.1.1
33
author=Armin Joachimsmeyer
44
maintainer=Armin Joachimsmeyer <armin.joachimsmeyer@gmail.com>
55
sentence=Measure frequency of analog captured signal connected to an Arduino and check for noise and mute.<br/>

0 commit comments

Comments
 (0)