Albert Phan
de9fb2d9c0
update() calls attach() on first run
...
attach() is now called the first time update() is run so the pin setup
is before attach(). I also removed previous_millis_retrigger to save 4
bytes. Also updated retrigger.ino example with a few more comments.
2015-03-27 10:16:17 -07:00
Albert Phan
d75d7d0bba
Many updates including held() and retrigger()
...
Updated Constructors to do all the pin() and interval() setups. All the
setup can now be done in one step when instantiating the object. Added
held() and retrigger(). See examples. Updated other examples to use the
new constructor.
2015-03-26 17:34:10 -07:00
thomasfredericks
a2ec7acd6c
Update README.md
2015-01-06 12:23:49 -05:00
thomasfredericks
987d751bfa
Changed folder structure as requested
2015-01-06 12:22:41 -05:00
thomasfredericks
2d5aedbb51
Update README.md
V2.0.0
2014-11-02 10:19:07 -05:00
thomasfredericks
24958b70f0
Merge pull request #8 from chrivers/comments
...
Comments
2014-10-14 10:42:12 -04:00
thomasfredericks
1f42363976
Merge pull request #7 from chrivers/whitespace
...
Whitespace
2014-10-14 10:41:32 -04:00
thomasfredericks
3310ba1644
Merge pull request #6 from chrivers/master
...
Rename (invalid) BOUNCE_LOCK-OUT to (valid) BOUNCE_LOCK_OUT
2014-10-14 10:41:16 -04:00
Christian Iversen
ee4ab64e4e
* Translated non-english comments to english, improved description
2014-10-11 18:45:58 +02:00
Christian Iversen
68133b66f4
* Whitespace fix
2014-10-11 18:45:06 +02:00
Christian Iversen
0a664243ee
* Converted tabs to spaces
...
* Sanitized indentation
2014-10-11 18:27:20 +02:00
Christian Iversen
ee2f46fb87
+ Added safeguard against old invalid define
2014-10-11 18:21:59 +02:00
Christian Iversen
91a6e946b6
* Renamed BOUNCE_LOCK-OUT to BOUNCE_LOCK_OUT. Only the latter is a valid preprocessor define
2014-10-11 18:17:43 +02:00
thomasfredericks
8516aeac01
Added fell and rose methods
2014-09-30 11:16:11 -04:00
thomasfredericks
a50a0f98aa
Updated documentation
2014-09-30 10:13:11 -04:00
thomasfredericks
a39145fbf5
Updated Readme.md
2014-09-30 10:06:38 -04:00
Thomas Fredericks
6a21acbbdd
Added a copy of the original Bounce library
2014-08-26 10:04:30 -04:00
thomasfredericks
f91f6a1f35
Fixed license issue
2014-05-26 09:44:51 -04:00
thomasfredericks
8e05028157
Merge pull request #1 from mic159/master
...
Reduced memory footprint of Bounce2 library.
2014-03-02 08:06:19 -05:00
Michael Cooper
24583671a2
Reduce memory footprint
2014-02-20 23:18:09 +11:00
thomasfredericks
2eda74ad92
Implement stateChanged variable if BOUNCE_LOCK-OUT
2014-01-11 13:32:55 -05:00
thomasfredericks
13857a8529
Changed name to Bounce2 so as to not conflict with previous version
2014-01-11 13:24:48 -05:00
thomasfredericks
299c3fc515
Changed RAISING for FALLING
2014-01-04 21:20:52 -05:00
thomasfredericks
8c6fb3b343
Changed terms
2013-12-25 01:02:42 -05:00
thomasfredericks
708aeed6ee
Modified install text
2013-12-22 01:14:04 -05:00
thomasfredericks
b19b230607
Update README.md
2013-12-22 00:11:04 -05:00
thomasfredericks
9601baeac5
Update README.md
2013-12-22 00:10:49 -05:00
thomasfredericks
a802dae3c4
Added LOW and HIGH text to the BouncySwitch images
2013-12-22 00:07:40 -05:00
thomasfredericks
65fdd9a8b1
Added BouncySwitch images and changed BOUNCE_RAPID_FIRE for BOUNCE_LOCK-OUT
2013-12-22 00:02:04 -05:00
thomasfredericks
499fbfdbbe
Updated documentation and examples
2013-12-21 23:53:15 -05:00
thomasfredericks
db7f96766c
Most of the info from the README will be in the wiki
2013-12-21 23:28:16 -05:00
thomasfredericks
0a8a9f848d
Moving to version 2 of the library
2013-12-21 23:26:30 -05:00
thomasfredericks
f347e79d08
Moving to version 2 of the library
2013-12-21 23:25:26 -05:00
thomasfredericks
f8d68f5d6c
Removed invisible files
2013-12-21 13:39:27 -05:00
thomasfredericks
7ca879a7ff
Initial commit
2013-12-21 13:34:31 -05:00
thomasfredericks
702fd4162d
Update README.md
2013-12-21 13:23:55 -05:00
thomasfredericks
57409a5240
Initial commit
2013-12-21 10:23:22 -08:00