Commit graph

168 commits

Author SHA1 Message Date
FoamyGuy
0e7d9b938d pylint disable pointless-statement in __init__() 2020-02-29 12:41:37 -06:00
FoamyGuy
0c287cd375 pylint ignore statement effect in __init__() 2020-02-29 12:37:06 -06:00
FoamyGuy
474f246508 update examples to use firmware_version property 2020-02-29 12:08:24 -06:00
FoamyGuy
cea2d9bfc6 change get_firmware_version() function to firmware_version property 2020-02-29 11:59:23 -06:00
sommersoft
14749b1902 update pylint examples directive
Signed-off-by: sommersoft <sommersoft@gmail.com>
2020-01-14 17:17:51 -06:00
Jeff Epler
9b42c7444e
Merge pull request #29 from basil-huber/spi_buffer_fix
PN532_SPI._wait_ready: fixed command overwriting
2020-01-07 17:36:11 -06:00
Basil Huber
3da8e1652c PN532_SPI._wait_ready: fixed command overwriting
Use separate buffer for sending and receiving form SPI
This fixes #28
2020-01-05 21:58:13 +01:00
Limor "Ladyada" Fried
34c3dfcf76
Merge pull request #27 from adafruit/dherrada-patch-1
Moved repository from Travis to GitHub Actions
2019-12-28 14:36:06 -05:00
dherrada
00c2b9ac0c Moved repository from Travis to GitHub Actions 2019-12-26 17:25:17 -05:00
Kattni
eb6727ec67
Merge pull request #26 from adafruit/dherrada-patch-1
Removed building locally section from README, replaced with documenta…
2019-10-21 18:57:12 -04:00
dherrada
1cefa62f3a
Removed building locally section from README, replaced with documentation section 2019-10-17 19:34:24 -04:00
Carter Nelson
0462a162dc
Merge pull request #25 from xon235/fix
Add commented out import for DigitalInOut
2019-08-28 12:01:57 -07:00
YiSuHo
be99db456d Add comment for DigitalInOut import 2019-08-28 11:52:28 +09:00
YiSuHo
5de83ddcf7 Add commented out import for DigitalInOut
This seems to be the better way in order to avoid confusion
2019-08-23 09:30:57 +01:00
Carter Nelson
b949e87e1a
Merge pull request #24 from tgikal/tgikal-SPI-read_passive_target-timeout
SPI read_passive_target timeout
2019-07-03 14:30:27 -07:00
tgikal
5c75384f83
Fix SPI read_passive_target timeout 2019-07-03 15:12:18 -04:00
tgikal
3f759879c8
Fix SPI read_passive_target timeout
Moving the `with` statement seems to correct the timeout issue.
2019-07-01 14:48:24 -04:00
tgikal
c44abc207e
Sped up for the RaspberryPi SPI
Tested writing 437 bytes of data to an NTAG215.
Original script: 18.9 seconds write, 19.2 seconds read.
Modified script: 7.6 seconds write, 7.8 seconds read.
2019-06-28 15:12:41 -04:00
Kattni
949a5c6213
Merge pull request #21 from fezthedev/readwrite_mifare
Copied and modified readwrite tutorial to support mifare classic cards
2019-05-15 14:08:54 -04:00
Kattni
1ef38a470d
Rename file. 2019-05-15 13:38:33 -04:00
Melissa LeBlanc-Williams
3d9866bf46
Merge pull request #22 from dherrada/master
Added sensor name to example filename
2019-05-11 07:44:04 -07:00
dherrada
1f1b91ee63 Added sensor name to example filename 2019-05-10 11:17:14 -04:00
Fezthedev
fae45efa06 Attempt to make Travis happy 2019-05-07 13:43:54 -04:00
Fezthedev
ea97723594 Copied and modified readwrite tutorial to support mifare classic cards 2019-05-07 13:19:56 -04:00
Limor "Ladyada" Fried
6e2b2a6688
Merge pull request #18 from jerryneedell/jerryn_ntag203
fix readwrite_ntag203.py example
2019-02-03 13:23:52 -05:00
jerryneedell
c8acb3f9df
Merge pull request #16 from Tasm-Devil/master
remove the flush=True argument
2019-02-03 12:20:47 -05:00
Jerry Needell
e97487a9d7 fix readwrite_ntag203.py example 2019-02-03 12:00:02 -05:00
Pascal Deneaux
9f9bd82849
remove the flush=True argument
it causes a failure in Circuitpython
2019-02-03 14:45:24 +01:00
Kattni
915b2e2eb0
Merge pull request #11 from sommersoft/readme_fix_travis
Update README Travis Badge
2018-12-21 13:48:58 -06:00
sommersoft
809e043df6 change 'travis-ci.org' to 'travis-ci.com' 2018-12-21 13:29:39 -06:00
Brennen Bearnes
8d40ab80c7
Merge pull request #10 from adafruit/pypi-readme
update readme with PyPI install instructions
2018-12-20 13:12:06 -07:00
Kattni
54a6524841
update readme with PyPI install instructions 2018-12-20 14:08:27 -06:00
Brennen Bearnes
9c19977b8d
Merge pull request #9 from adafruit/setup-py
setup.py update
2018-12-10 15:41:56 -07:00
Kattni
3447de5d2d
setup.py update 2018-12-10 17:11:03 -05:00
Limor "Ladyada" Fried
98c47df4c4
Merge pull request #6 from caternuson/iss3_refactor
Refactoring to save memory
2018-09-16 11:01:12 -07:00
caternuson
08fa1eabaa update examples 2018-09-12 14:33:00 -07:00
caternuson
b55dcd29d0 ok, fine, if you insist 2018-08-28 13:26:02 -07:00
caternuson
97b5c5c5d6 linter said knock you out 2018-08-28 13:21:44 -07:00
caternuson
2049c36984 now for you lint lint cool j 2018-08-28 13:11:43 -07:00
caternuson
c5fe6d8d0b read the docs 2018-08-28 13:05:21 -07:00
caternuson
6bdd671105 initial refactor 2018-08-28 12:36:54 -07:00
Limor "Ladyada" Fried
f5588700cb
Merge pull request #5 from caternuson/iss4
fix examples import
2018-08-27 17:55:48 -07:00
caternuson
df5fcff2a2 fix examples import 2018-08-27 17:25:03 -07:00
ladyada
51ee2ddff9 add pylint disable to deal with context bug 2018-08-26 15:40:08 -04:00
ladyada
57f5531bde travisfix 2018-08-26 15:35:34 -04:00
ladyada
abc3be1b79 fix url 2018-08-26 15:32:50 -04:00
ladyada
23f8c480eb pypi support 2018-08-26 15:31:35 -04:00
Limor "Ladyada" Fried
b3c283172e
Merge pull request #2 from ladyada/master
pylint party
2018-08-26 12:11:15 -07:00
ladyada
5b9d11e0a8 lint & add example 2018-08-25 17:07:50 -04:00
ladyada
3f4eeb5cbb manually added https://github.com/adafruit/Adafruit_Python_PN532/pull/10 - thanks! :) 2018-08-25 17:04:21 -04:00