Kattni
|
35a1a1bc11
|
Merge pull request #24 from adafruit/discord-fix
Fixed discord invite link
|
2020-07-08 16:43:57 -04:00 |
|
dherrada
|
7413658272
|
Fixed discord invite link
|
2020-07-08 16:40:53 -04:00 |
|
siddacious
|
3a6a522a88
|
Merge pull request #23 from adafruit/tap_typo
fixing typo regarding tap threshold
|
2020-04-24 12:38:20 -07:00 |
|
siddacious
|
22afa8e82e
|
fixing typo regarding tap threshold
|
2020-04-24 12:25:09 -07:00 |
|
Scott Shawcroft
|
1a5796cfea
|
Merge pull request #22 from adafruit/black-update
Black reformatting with Python 3 target.
|
2020-04-08 10:12:55 -07:00 |
|
Kattni Rembor
|
14bf50d160
|
Black reformatting with Python 3 target.
|
2020-04-08 12:54:47 -04:00 |
|
sommersoft
|
1bd0210f92
|
build.yml: add black formatting check
Signed-off-by: sommersoft <sommersoft@gmail.com>
|
2020-04-07 16:09:57 -05:00 |
|
Kattni
|
0669160a23
|
Merge pull request #18 from adafruit/pylint-update
Ran black, updated to pylint 2.x
|
2020-03-17 16:17:06 -04:00 |
|
dherrada
|
ff47136955
|
Ran black, updated to pylint 2.x
|
2020-03-16 16:39:26 -04:00 |
|
sommersoft
|
30f497690e
|
update code of coduct: discord moderation contact section
Signed-off-by: sommersoft <sommersoft@gmail.com>
|
2020-03-15 18:28:35 -05:00 |
|
Kattni
|
378b90ce47
|
Merge pull request #17 from sommersoft/patch_coc
Update Code of Conduct
|
2020-03-13 15:46:18 -04:00 |
|
sommersoft
|
2fc54caf23
|
update code of conduct
|
2020-03-13 13:42:40 -05:00 |
|
sommersoft
|
104b98bc5a
|
update pylintrc for black
Signed-off-by: sommersoft <sommersoft@gmail.com>
|
2020-03-08 19:07:40 -05:00 |
|
sommersoft
|
bdc8debd21
|
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:06:45 -06:00 |
|
sommersoft
|
9f35527533
|
update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
|
2020-01-14 17:07:09 -06:00 |
|
Limor "Ladyada" Fried
|
be09e79c84
|
Merge pull request #15 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
|
2019-12-27 22:31:20 -05:00 |
|
dherrada
|
9049eecae9
|
Moved repository from Travis to GitHub Actions
|
2019-12-27 22:23:17 -05:00 |
|
siddacious
|
658a2f0089
|
Merge pull request #14 from adafruit/dherrada-patch-1
Removed building locally section from README, replaced with documenta…
|
2019-10-17 15:36:28 -07:00 |
|
dherrada
|
717dfb3411
|
Removed building locally section from README, replaced with documentation section
|
2019-10-17 17:55:51 -04:00 |
|
Kattni
|
0a37a28937
|
Merge pull request #13 from kattni/readme-update
Add PyPI install to README
|
2019-10-10 15:11:20 -04:00 |
|
Kattni Rembor
|
688c752059
|
Add PyPI install to README
|
2019-10-10 15:08:22 -04:00 |
|
Kattni
|
f4cebe79cc
|
Merge pull request #12 from kattni/update-all-examples
Adding ADXL345 init to all examples.
|
2019-10-10 14:57:54 -04:00 |
|
Kattni Rembor
|
c43e660544
|
Adding ADXL345 init to all examples.
|
2019-10-10 14:53:29 -04:00 |
|
Limor "Ladyada" Fried
|
570dcfcd6a
|
Merge pull request #11 from kattni/add-adxl345-example-code
Add ADXL345 init to simpletest
|
2019-10-09 20:45:35 -04:00 |
|
Kattni Rembor
|
ea84ce4560
|
Add ADXL345 init to simpletest
|
2019-10-09 20:23:19 -04:00 |
|
siddacious
|
f183c6d3f6
|
Merge pull request #9 from hartzell/patch-2
Delete unused _config_{iterrupt/interrupt}_register method
|
2019-09-06 08:20:56 -07:00 |
|
hartzell
|
45b1c2875f
|
Remove unused _config_interrupt_register function
per @siddacious in #9
|
2019-09-05 16:27:59 -07:00 |
|
George Hartzell
|
6489ced528
|
Typo: iterrupt -> interrupt in method name
Presumably you're not already using this method somewhere, otherwise this would be a breaking change.
|
2019-09-05 14:07:49 -07:00 |
|
Melissa LeBlanc-Williams
|
9483e5df1f
|
Merge pull request #8 from makermelissa/master
Added stub class for ADXL343
|
2019-05-06 17:09:07 -04:00 |
|
Melissa LeBlanc-Williams
|
0f3e911dc4
|
Cleaned up comment
|
2019-05-06 16:38:25 -04:00 |
|
Melissa LeBlanc-Williams
|
78f604c1b7
|
linted
|
2019-05-06 16:33:42 -04:00 |
|
Melissa LeBlanc-Williams
|
293f4d5948
|
Added ADXL343 stub class
|
2019-05-06 16:29:40 -04:00 |
|
Limor "Ladyada" Fried
|
487ee5b96e
|
Merge pull request #7 from siddacious/master
updated buffer passed to unpack to address #6
|
2019-01-14 16:26:22 -05:00 |
|
siddacious
|
7940c163e2
|
updated buffer passed to unpack to address #6
|
2019-01-13 16:32:20 -08:00 |
|
Kattni
|
4b03e0c013
|
Merge pull request #5 from sommersoft/readme_fix_travis
Update README Travis Badge
|
2018-12-21 13:47:48 -06:00 |
|
sommersoft
|
922da44f03
|
change 'travis-ci.org' to 'travis-ci.com'
|
2018-12-21 13:28:52 -06:00 |
|
Scott Shawcroft
|
818e1f80ea
|
Merge pull request #4 from siddacious/master
Adding active, dropped, and tapped for #3
|
2018-12-14 09:40:09 -08:00 |
|
siddacious
|
2c5ca6f57b
|
Adding active, dropped, and tapped for #3
|
2018-12-13 19:41:57 -08:00 |
|
Brennen Bearnes
|
3eabad6fdf
|
Merge pull request #2 from kattni/pypi-setup
PyPi Setup.
|
2018-10-25 11:25:54 -06:00 |
|
Kattni Rembor
|
49345917f6
|
PyPi Setup.
|
2018-10-25 13:21:33 -04:00 |
|
Kevin Townsend
|
ace71a223b
|
Merge pull request #1 from siddacious/master
Initial working commit with I2C only.
|
2018-10-25 18:34:58 +02:00 |
|
siddacious
|
719d83c9fe
|
Initial working commit with I2C only
|
2018-10-24 12:35:49 -07:00 |
|
Kattni
|
fa38a39d26
|
Initial commit
|
2018-10-13 13:04:12 -04:00 |
|