Skip to content

Commit df5150d

Browse files
committed
created library.properties
Created library.properties file, moved source files into src/ and made the version number semver compliant.
1 parent 1a9ce54 commit df5150d

File tree

9 files changed

+19
-5
lines changed

9 files changed

+19
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ FLICKER - A library for making capacitive touch easy to use.
66
Thomas O Fredericks, Eric Lowry, Jim Schimpf and Tom Harkaway
77
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
88
VERSION LOG
9-
10-
2.0.3 (current)
11-
- Fixed a but that pushed the quiescent touchRead value above the
9+
10+
1.0.4 (current)
11+
- created a library.properties file
12+
- made the version number semver compliant (1.0.4 is the first official release)
13+
- moved source files into src/
14+
15+
1.0.3
16+
- Fixed a bug that pushed the quiescent touchRead value above the
1217
offThreshold when using the ADC.
1318

14-
2.0.2
19+
1.0.2
1520
- Fine tuned ON and OFF thresholds for TouchSwitch and TouchVariable
1621

17-
2.0.0
22+
1.0.0
1823
- Changed "Flicker" to "TouchSwitch" ("Flicker" deprecated but still works)
1924
- Added an option to LATCH the state of a TouchSwitch.
2025
- Added interval() (still useful even if noise reduction isn't time-based)

library.properties

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=Flicker
2+
version=1.0.4
3+
author=Josh Nishikawa <joshnishikawa@gmail.com>
4+
maintainer=Josh Nishikawa <joshnishikawa@gmail.com>
5+
sentence=A library for making capacitive touch easy to use.
6+
paragraph=Includes all the functions found in the Bounce library, smoothes eratic values to make variable input more useful and includes functions for measuring velocity.
7+
category=Sensors
8+
url=https://github.com/joshnishikawa/Flicker
9+
architectures=avr
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)