Thomas O Fredericks
5a132024fc
Updating version to 2.5
V2.5
2018-07-18 12:45:54 -04:00
Thomas O Fredericks
cbe0b980b7
Updaing documentation
2018-07-18 12:44:12 -04:00
Thomas O Fredericks
a1c83e9d7d
Updating documentation
2018-07-18 12:34:50 -04:00
Thomas O Fredericks
f19d27689f
Updating documentation
2018-07-18 12:24:20 -04:00
Thomas O Fredericks
045183b598
Updating documentation
2018-07-18 12:09:10 -04:00
Thomas O Fredericks
2ba409cd4a
Where did the docs go?
2018-07-16 19:10:25 -04:00
Thomas O Fredericks
47d7fab6ac
No idea
2018-07-16 19:09:09 -04:00
Thomas O Fredericks
d0443e3f3d
resolved merge conflict
2018-07-16 19:08:38 -04:00
Thomas O Fredericks
0f5acfd2c4
First test with doxygen
2018-07-16 19:05:12 -04:00
Thomas O Fredericks
cbb12331c9
Set theme jekyll-theme-dinky
2018-07-16 18:39:06 -04:00
Thomas O Fredericks
2c83e7f19c
Testing Jekyll theme
2018-07-16 18:32:30 -04:00
Thomas O Fredericks
a5ee5f9e79
Set theme jekyll-theme-minimal
2018-07-16 18:28:53 -04:00
Thomas O Fredericks
9d91d62d1e
New documentation integration
2018-07-16 18:28:03 -04:00
Thomas O Fredericks
c0be1e178a
Removing readthecods integration
2018-07-16 18:25:04 -04:00
Thomas O Fredericks
742dfe9668
Making compatible with arduinodocs
2018-07-16 17:15:10 -04:00
Thomas O Fredericks
527524112d
Added Doxygon type documentation
2018-07-16 17:05:53 -04:00
Thomas O Fredericks
99e9334994
Added duration()
2018-07-16 16:37:41 -04:00
Thomas O Fredericks
01a2a947ed
Updated version number
v2.42
2018-05-22 10:34:19 -04:00
Thomas O Fredericks
8d5b3756b0
Merge pull request #45 from T81/Arduino-IDE-1.5-Library-specification
...
Folder structure according Arduino IDE 1.5 Library specification
2018-05-22 10:31:08 -04:00
T81
b061fcf83e
Folder structure according Arduino IDE 1.5 Library specification
2018-05-22 15:48:01 +03:00
Thomas O Fredericks
7091ec8bf9
Fixed a missing include for Platform.io
v2.41
2018-02-06 09:46:54 -05:00
Thomas O Fredericks
149abc4921
Update library.properties
v2.4
2018-02-05 11:24:22 -05:00
Thomas O Fredericks
716c423922
Update library.json
2018-02-05 11:24:07 -05:00
Thomas O Fredericks
9901bf1f23
Merge pull request #42 from nemoo2580/master
...
Made "setPinMode" method extendable
2018-02-05 11:20:40 -05:00
Michał Rybicki
80d29125d6
Made "pinMode" method extendable
2018-02-04 17:03:57 +01:00
Thomas O Fredericks
3f9594d49c
Added a help file and updated links
2018-01-10 12:20:31 -05:00
Thomas O Fredericks
5a53e1b757
Update README.md
2018-01-10 12:17:45 -05:00
Thomas O Fredericks
391f7aaf7f
Cleaned up the bit operators and made the class extendable
2018-01-10 12:16:27 -05:00
Thomas O Fredericks
06beac6d75
Update library.json
v2.3
2017-11-09 08:51:03 -05:00
Thomas O Fredericks
43b373c836
Update library.properties
2017-11-09 08:50:49 -05:00
Thomas O Fredericks
eea5da2ba2
Merge pull request #35 from LieBtrau/master
...
Blue Pill port
2017-10-30 10:26:00 -04:00
Christoph Tack
2d586f5b50
Blue Pill port
...
Signed-off-by: Christoph Tack <prog.send@gmail.com >
2017-10-29 21:26:06 +01:00
Thomas O Fredericks
8b60f9f057
Added a fix for Due
2016-06-28 11:54:47 -04:00
Thomas O Fredericks
ed75053c9e
Ignoring .db files
2016-06-28 11:50:18 -04:00
Thomas O Fredericks
60edc5701e
Updated version number
2016-05-14 02:53:55 -04:00
Thomas O Fredericks
ffe7633042
Update library.properties
V2.21
2016-05-14 02:45:41 -04:00
Thomas O Fredericks
c6d1aeb7eb
Merge pull request #25 from MrGradgrind/prompt_detection_option
...
Add compile option: BOUNCE_WITH_PROMPT_DETECTION
v2.2
2016-04-28 09:01:28 -04:00
ChrisGallagher
0a30a709f0
Add compile option: BOUNCE_WITH_PROMPT_DETECTION
...
New compile time opiton for alternative 'prompt' debounce algorithm.
Button state changes are avaliable imideatley, so long as the previous
state has been stable for the timeout period. Otherwise the state will
be updated when the timeout period allows.
- Able to report acurate switch times normally with no delay.
- Compatable with exising usage.
- Use when prompt switch transition timing is important.
2016-04-26 15:48:26 +01:00
Thomas O Fredericks
3aaca27601
Merge pull request #23 from PaulStoffregen/master
...
Partial compatibility with programs written using Bounce 1
2016-03-12 20:24:01 -05:00
PaulStoffregen
0016920498
Partial compatibility with programs written using Bounce 1
2016-03-07 09:29:37 -08:00
Thomas O Fredericks
f7f48e1760
Merge pull request #22 from ivankravets/patch-1
...
@PlatformIO Library Registry manifest file
2016-02-25 12:30:21 -05:00
Ivan Kravets
56c943c894
@PlatformIO Library Registry manifest file
...
* This library in Web Registry: http://platformio.org/#!/lib/show/1106/Bounce2
* Specification: [library.json](http://docs.platformio.org/en/latest/librarymanager/config.html )
* Library Manager: http://docs.platformio.org/en/latest/librarymanager/index.html
2016-02-25 18:29:20 +02:00
Thomas O Fredericks
bba2a0aa75
Merge pull request #21 from sseptillion/master
...
Added pinMode setting to attach
I will later document this, as I will change the documentation to an HTML file eventually as I did with my Chrono library for example.
2015-09-08 13:55:15 -04:00
sseptillion
2d6327e91c
Added pinMode setting to attach
...
Added possibility to attach the pin and auto set the pinMode. Attach and
pinMode can now be done in 1 step. just call Bounce.attach(pin,
INPUT_PULLUP) etc Fixed Header file and made all mode possible.
2015-09-08 12:29:48 +02:00
sseptillion
50b796ccfc
Added pinMode setting to attach
...
Added possibility to attach the pin and auto set the pinMode. Attach and
pinMode can now be done in 1 step. just call Bounce.attach(pin,
INPUT_PULLUP) etc
2015-09-08 11:34:38 +02:00
thomasfredericks
ea7731102f
Added library properties
V2.1
2015-07-24 08:43:05 -04:00
thomasfredericks
7ed666b7b1
Added a 2 button example
2015-05-06 11:05:29 -04: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