Thomas O Fredericks
cf32eda85e
v2.53
v2.53
2020-02-26 14:42:35 -05:00
Thomas O Fredericks
a57ba4c66a
Update library.properties
2020-02-26 14:41:36 -05:00
Thomas O Fredericks
85d80fe400
Merge pull request #58 from fpistm/patch-1
...
Generic Arduino_STM32 support
2020-02-20 18:48:35 -05:00
Frederic Pillon
14f9c5c4a6
Generic Arduino_STM32 support
...
When BluePill support have been introduced, it was not enough generic
https://github.com/thomasfredericks/Bounce2/pull/35
Board specific definition have been used instead of the generic core one:
`ARDUINO_ARCH_STM32F1`
2020-02-14 08:05:43 +01:00
Thomas O Fredericks
9335056c46
Merge pull request #57 from dwrobel/dw-fix-compilation-error
...
Fix compilation error
2019-11-26 08:08:29 -05:00
Damian Wrobel
26e216c98d
Fix compilation error
...
libraries/Bounce2/src/Bounce2.h:209:10: error: extra qualification 'Bounce::' on member 'changed' [-fpermissive]
209 | bool Bounce::changed( ) { return getStateFlag(CHANGED_STATE); }
| ^~~~~~
Regression introduced in 01e6fc9398
Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl >
2019-11-25 14:42:05 +01:00
Thomas O Fredericks
6228e09451
Moved literals to header as suggested by MartinNel
2019-11-21 22:09:13 -05:00
Thomas O Fredericks
51032991ac
Update Bounce2.h
2019-11-07 09:33:43 -05:00
Thomas O Fredericks
de69c15225
Merge pull request #55 from thomasfredericks/Testing
...
Added a changed() function
2019-11-07 09:30:31 -05:00
Thomas O Fredericks
220a287467
Made changed() public instead of protected
2019-10-06 13:01:12 -04:00
Thomas O Fredericks
01e6fc9398
Added a protected changed() function
2019-10-05 16:14:33 -04:00
Thomas O Fredericks
3e4738b4ef
Added Bounce2 as a KEYWORD1
2019-05-23 10:47:16 -04:00
Thomas O Fredericks
3706e16e4b
Merge pull request #50 from trapper-/master
...
Fix extraneous @return in function comment
2019-02-06 19:22:17 -05:00
trapper-
9a275c4f96
Update Bounce2.h
...
Fix extraneous @return line in function comment
2019-02-06 14:30:05 +08:00
Thomas O Fredericks
d422d7c054
Added previous duration
2018-09-11 10:09:57 -04:00
Thomas O Fredericks
d3ef0365eb
Version 2.52
V2.52
2018-08-03 15:18:51 -04:00
Thomas O Fredericks
f5203d0fb8
Merge pull request #48 from per1234/keywords-separator
...
Remove leading space from keywords.txt identifier
2018-08-03 15:14:50 -04:00
per1234
c2e3cd5a2d
Remove leading space from keywords.txt identifier
...
Each field of keywords.txt is separated by a single true tab. Leading spaces on a keyword identifier causes it to not be recognized by the Arduino IDE. On Arduino IDE 1.6.5 and newer an unrecognized keyword identifier causes the default editor.function.style highlighting to be used (as with KEYWORD2, KEYWORD3).
Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-08-03 10:20:43 -07:00
Thomas O Fredericks
32c1c48b26
Moved documentation and fixed version number
v2.51
2018-07-19 08:38:38 -04:00
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