Commit graph

182 commits

Author SHA1 Message Date
ef5c8c4a1d
Migrate library to MicroPython compatibility
Changes include adapting codebases for I2C, SPI, and UART modules to work with MicroPython's machine library. Removed references to CircuitPython-specific libraries and updated configurations for Pin and UART initialization. Simplified import statements and replaced ReadableBuffer type hints with MicroPython's bytes and bytearray types. This migration targets increased accessibility for MicroPython users, ensuring broader hardware support while maintaining core RFID/NFC functionalities. Adjustments also involve file structure and documentation revisions to reflect the MicroPython focus.
2024-01-11 16:51:27 +01:00
foamyguy
8c121f7a54 unpin sphinx and add sphinx-rtd-theme to docs reqs
Signed-off-by: foamyguy <foamyguy@gmail.com>
2023-12-04 09:55:05 -06:00
foamyguy
f9606fd6e3
Merge pull request #66 from symm/mifare-value-block
Add support for Mifare classic value block operations
2023-10-22 21:03:48 -05:00
Gareth Jones
7d97ddbb02 Add mifare classic value block operations 2023-09-26 18:17:29 +01:00
foamyguy
2f3a0e79a0 "fix rtd theme
"
2023-09-18 16:22:20 -05:00
Tekktrik
75091f238b Update .pylintrc, fix jQuery for docs
Signed-off-by: Tekktrik <tekktrik@gmail.com>
2023-05-23 21:12:37 -04:00
Tekktrik
1342b6ade4 Update pre-commit hooks
Signed-off-by: Tekktrik <tekktrik@gmail.com>
2023-05-10 15:28:37 -04:00
jposada202020
8aa8ac30d6
Merge pull request #65 from tcfranks/main
add addtional RTD info
2023-04-09 11:38:34 -04:00
Thomas Franks
7edf5cf091 Merge remote-tracking branch 'origin/main' 2023-04-08 20:53:26 -04:00
Thomas Franks
2628c4aa09 changes after local build of RTD and review 2023-04-08 20:50:43 -04:00
jposada202020
58f1c32526
Update spi.py 2023-04-07 15:26:35 -04:00
jposada202020
875703768e
Update adafruit_pn532/spi.py 2023-03-24 00:14:44 -04:00
Thomas Franks
1859ca77d8 changes per comments 2023-03-21 14:49:32 -04:00
Thomas Franks
008565f650 add addtional RTD info 2023-03-19 21:08:14 -04:00
Alec Delaney
0061f33008
Merge pull request #64 from tcfranks/main
resubmit pr Typting Annotations
2023-03-15 12:28:08 -04:00
foamyguy
a7287d20be
Merge pull request #63 from caternuson/iss44
Change UART timeout to seconds in examples
2023-02-27 15:37:54 -06:00
Thomas Franks
812235c025 fix formatting issues with i2c.py 2023-02-26 20:34:00 -05:00
Thomas Franks
dc4f7d2d92 merge recent changes to i2c.py 2023-02-26 20:25:19 -05:00
Thomas Franks
b6117ced1f Merge remote-tracking branch 'origin/main'
# Conflicts:
#	adafruit_pn532/i2c.py
2023-02-26 20:23:19 -05:00
caternuson
fe02ff3571 change timeout to seconds 2023-02-23 12:35:27 -08:00
Carter Nelson
ef4194aca5
Merge pull request #62 from caternuson/iss49
Add I2C address
2023-02-23 12:08:38 -08:00
caternuson
13eebfda7e add i2c address 2023-02-23 11:29:33 -08:00
Thomas Franks
b5707f6896 corrections per review comments 2023-02-11 11:09:29 -05:00
Thomas Franks
432b6202e4 fix ungrouped imports 2023-02-09 15:22:23 -05:00
Thomas Franks
91f3385ba7 Add Missing Type Annotations 2023-02-09 15:12:59 -05:00
Alec Delaney
f19d2424c5 Add upload url to release action
Signed-off-by: Alec Delaney <89490472+tekktrik@users.noreply.github.com>
2023-01-19 23:44:45 -05:00
Alec Delaney
3e0b49490f Add .venv to .gitignore
Signed-off-by: Alec Delaney <89490472+tekktrik@users.noreply.github.com>
2022-11-30 19:33:00 -05:00
Alec Delaney
abe19da604 Update .pylintrc for v2.15.5 2022-11-04 18:34:32 -04:00
Alec Delaney
e6fb09a123 Fix release CI files 2022-11-04 09:12:44 -04:00
Alec Delaney
7345a430ad Update pylint to 2.15.5 2022-11-04 08:15:20 -04:00
Alec Delaney
b4c3c003ba Updated pylint version to 2.13.0 2022-11-04 00:46:59 -04:00
Alec Delaney
86dcd75174 Switching to composite actions 2022-11-04 00:02:49 -04:00
Alec Delaney
5e779d74cf Use year duration range for copyright attribution 2022-08-23 17:26:21 -04:00
Alec Delaney
fa916615af Keep copyright up to date in documentation 2022-08-22 21:36:31 -04:00
Alec Delaney
5f823a4c9b Fix version strings in workflow files 2022-08-16 21:09:14 -04:00
Alec Delaney
81f03e6573 Update version string 2022-08-16 18:09:14 -04:00
Alec Delaney
9f83c60f54 Add setuptools-scm to build system requirements
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-08-09 13:38:29 -04:00
Alec Delaney
33fa3167e7 Switched to pyproject.toml 2022-08-08 22:05:53 -04:00
evaherrada
3903645dbd
Added Black formatting badge 2022-08-02 17:00:57 -04:00
Eva Herrada
16593e5240
Merge pull request #57 from tekktrik/doc/fix-product-link
Fix product links in docs
2022-07-26 11:15:24 -04:00
Alec Delaney
10f131e962 Fix product links in docs 2022-07-25 22:25:10 -04:00
evaherrada
5348c75423
Changed .env to .venv in README.rst 2022-07-22 13:59:12 -04:00
evaherrada
4c55889c0d
Removed duplicate-code from library pylint disable
Signed-off-by: evaherrada <eva.herrada@adafruit.com>
2022-06-21 17:28:38 -04:00
evaherrada
7029e5f409
Added cp.org link to index.rst 2022-06-07 15:34:50 -04:00
Alec Delaney
8c70487916 Set language to "en" for documentation
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-05-30 17:49:52 -04:00
Alec Delaney
d82855737d Switch to inclusive terminology
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-05-25 23:12:09 -04:00
Alec Delaney
cc694ae7cd Increase min lines similarity
Signed-off-by: Alec Delaney <tekktrik@gmail.com>
2022-05-25 19:28:06 -04:00
Alec Delaney
436ed46b93 Patch .pre-commit-config.yaml 2022-05-15 12:21:58 -04:00
foamyguy
b1469ab7d3 change discord badge 2022-04-24 13:56:30 -05:00
evaherrada
26b8076525
Patch: Replaced discord badge image 2022-04-22 15:59:10 -04:00