Commit graph

12 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
Thomas Franks
2628c4aa09 changes after local build of RTD and review 2023-04-08 20:50:43 -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
Thomas Franks
b5707f6896 corrections per review comments 2023-02-11 11:09:29 -05:00
Thomas Franks
91f3385ba7 Add Missing Type Annotations 2023-02-09 15:12:59 -05:00
Alec Delaney
81f03e6573 Update version string 2022-08-16 18:09:14 -04:00
dherrada
931891cad1 Ran pre-commit, added licenses 2021-01-14 11:45:11 -05:00
George Waters
7d7e3ce45f
Satisfy black formatting 2020-09-10 15:42:03 -04:00
George Waters
74deaee495
Update UART mode
- Update `_wakeup` to come out of power_down and put the pn532 back into
  normal mode.
- `_wait_ready` now actually checks to see if the pn532 is ready
- improve how data is written out
2020-09-08 21:40:21 -04:00
dherrada
129e02d563 Ran black, updated to pylint 2.x 2020-03-16 16:00:49 -04:00
caternuson
6bdd671105 initial refactor 2018-08-28 12:36:54 -07:00