jerryneedell
jerryneedell
When the UF2 bootloader is installed on my metro-esp32s2 -- I am unable to access an I2C device after a soft reboot. I can access after a hard reset but...
The "get" command imports ubinascii but CircuitPython now uses binascii, so it fails with: ``` jerryneedell@jerryneedell-ubuntu-macmini:~/projects/microbit_v2$ ampy get code.py Traceback (most recent call last): File "/home/jerryneedell/.local/bin/ampy", line 8, in sys.exit(cli())...
addresses #110 Circuitpython now uses binascii so the "get" command fails trying to import ubinascii. This PR adds a try/except to import binascii as ubinascii if ubinascii is not present.
The get command does not work when accessing my nrf52 - feather52 board via ampy. ls and put work, but no get Note: this example includes PR #46 but the...
Add RWBit/ROBit and RWBits/ROBits for SPI devices. I am planning to use this in the Adafruit_CurcuitPython_RFM library for RFM69/RFM9x boards. Is there any need for the other classes. (Struct/Struct_Array) or...