nRF24 / CircuitPython_nRF24L01

CircuitPython driver library for the nRF24L01 transceiver.
http://circuitpython-nrf24l01.rtfd.io/
MIT License
45 stars 11 forks source link

No more upy #41

Closed 2bndy5 closed 2 years ago

2bndy5 commented 2 years ago

This revokes the experimental support for micropython. Going forward, it'd be better to rely on blinka's progress toward micropython support (https://github.com/adafruit/Adafruit_Blinka/issues/480) which is currently hindered for the same reason I'm revoking it here - the utime lib.

It also fixes #40 by reverting all use of f-strings back to str.format().

Other various changes include: