Commit graph

60 commits

Author SHA1 Message Date
Kattni
3ae9f4a744
Remove setup.py.disabled for PyPI deploy. 2020-06-19 16:15:32 -04:00
Kattni
27a5165d4f
Add setup.py for PyPI deploy. 2020-06-19 16:15:17 -04:00
Kattni
d31993ec02
Merge pull request #10 from tgs/use-monotonic-ns
Switch to time.monotonic_ns() when it's available
2020-04-16 15:51:26 -04:00
Thomas Grenfell Smith
481d615920 black 2020-04-16 15:28:33 -04:00
Kattni
3de883529e
Merge branch 'master' into use-monotonic-ns 2020-04-16 15:04:39 -04:00
sommersoft
793f54519b
Merge pull request #18 from adafruit/setup-py-disabled
Add setup.py.disabled
2020-04-12 09:25:30 -05:00
Kattni
1e52da58bc
Add setup.py.disabled 2020-04-10 14:37:46 -04:00
Dan Halbert
a2ffcc5fe0
Merge pull request #17 from adafruit/black-update
Black reformatting with Python 3 target.
2020-04-09 21:34:07 -04:00
Kattni Rembor
66ff5687ff Black reformatting with Python 3 target. 2020-04-09 17:30:22 -04:00
sommersoft
fb15dd14e4 build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-04-07 16:08:25 -05:00
Kattni
a63edd3d3e
Merge pull request #15 from adafruit/pylint-update
Ran black, updated to pylint 2.x
2020-03-17 17:21:49 -04:00
sommersoft
2a25de68f0 update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-15 18:30:22 -05:00
sommersoft
6e5b83506b
Merge pull request #16 from sommersoft/patch_coc
Update Code of Conduct
2020-03-13 14:54:42 -05:00
sommersoft
f095d52711 update code of conduct 2020-03-13 14:00:06 -05:00
dherrada
7443b9ee10 Re-added --force-reinstall 2020-03-10 13:48:18 -04:00
dherrada
7de637927e Ran black, updated to pylint 2.x 2020-03-09 20:07:51 -04:00
sommersoft
61f06a1ba8 update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-08 19:12:28 -05:00
sommersoft
dbe4058572 build.yml: move pylint, black, and Sphinx installs to each repo; add description to 'actions-ci/install.sh'
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-03-05 10:12:18 -06:00
Limor "Ladyada" Fried
f6b6b1d704
Merge pull request #14 from FoamyGuy/master
Allowing touchio pins to work without needing import
2020-03-05 10:04:57 -05:00
FoamyGuy
ccc5a196d5 remove unused digitalio import 2020-03-04 17:21:36 -06:00
FoamyGuy
c21f5419a9 remove dependency on touchio 2020-03-04 17:14:08 -06:00
sommersoft
edc5bdf561 update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:11:32 -06:00
Thomas Grenfell Smith
f060e9a4fb Add instructions for using the tests 2020-01-09 21:49:58 -05:00
Thomas Grenfell Smith
71f24d99c4 Fix line length issue 2020-01-09 21:49:49 -05:00
Thomas Grenfell Smith
e9b8614294 Update and also rename duration/time to ticks when measured in ticks 2020-01-09 21:45:29 -05:00
Thomas Grenfell Smith
ab19bce079 Merge branch 'master' of https://github.com/adafruit/Adafruit_CircuitPython_Debouncer into use-monotonic-ns 2020-01-09 21:13:01 -05:00
Kattni
aeabd11344
Lint. 2020-01-08 10:11:03 -05:00
siddacious
a533c4b2a0
Merge pull request #13 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
2020-01-01 13:22:45 -08:00
dherrada
948e27fd71 Moved repository from Travis to GitHub Actions 2020-01-01 15:29:42 -05:00
Kattni
8bb976dca0
Merge pull request #12 from adafruit/dherrada-patch-1
Removed building locally section from README, replaced with documenta…
2019-10-21 19:47:41 -04:00
dherrada
a8dc88f6bd
Removed building locally section from README, replaced with documentation section 2019-10-17 18:32:40 -04:00
Scott Shawcroft
30611acc78
Merge pull request #11 from dastels/master
Add timing properties as per ATMakersBill's suggestion
2019-10-14 15:10:08 -07:00
Dave Astels
cd1a886a46 Add an example using the timing 2019-08-14 16:04:31 -04:00
Dave Astels
9771f90e57 Rename properties to conform to lint rules 2019-08-14 15:45:21 -04:00
Dave Astels
0d05248312 Add timing properties 2019-08-14 15:29:58 -04:00
Dave Astels
650c36937b Update comment wording 2019-08-14 15:29:39 -04:00
Thomas Grenfell Smith
5e099acd2f Comments and add test of interval getter 2019-08-12 22:13:24 -04:00
Thomas Grenfell Smith
33ba756ac4 Nicer names and some comments 2019-08-12 22:13:07 -04:00
Thomas Grenfell Smith
741932cb93 Add doc section about whether the debouncer will work forever 2019-08-12 22:12:54 -04:00
Thomas Grenfell Smith
596708b090 Correct wording of the intro 2019-08-12 22:12:36 -04:00
Thomas Grenfell Smith
daea74352e Keep internal interval in a convenient unit #9 2019-08-12 21:38:20 -04:00
Thomas Grenfell Smith
ef6951fec1 Add some tests 2019-08-10 00:02:28 -04:00
Lee A. Butler
86c35fbc68 add touchio as an optional type of input 2019-04-15 23:45:54 -04:00
Dan Halbert
867f2f854c
Merge pull request #6 from dastels/Dans_suggestions
Incorporate Dan Halbert's suggestions
2019-01-08 16:39:11 -05:00
Dave Astels
70cb1ca0f5 Incorporate suggestions by Dan Halbert 2019-01-08 16:18:18 -05:00
Dave Astels
a7d36942f7 Merge remote-tracking branch 'adafruit/master' 2019-01-04 22:14:08 -05:00
Kattni
c7a4a8e7e6
Merge pull request #4 from dastels/master
Update example code
2019-01-04 22:13:51 -05:00
Dave Astels
727b08fe07 Update example code 2019-01-04 22:07:42 -05:00
Kattni
18feec7cc7
Merge pull request #3 from adafruit/build-badge-url
Update build badge URL
2019-01-04 22:03:33 -05:00
Kattni
ebeafdac2a
Update build badge URL 2019-01-04 22:01:58 -05:00