adafruit / adafruit/Adafruit_CircuitPython_LC709203F
simpletest fails on Feather nRF52840.
Open
bug
- Dominant language
- Python
- Stars
- 6
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
simpletest fails to run on Feather nRF52840. Throws the following exception:
```
if crc8 != self._buf[5]:
raise RuntimeError("CRC failure on reading word")
```
Same hardware worked successfully on Feather M4, so hardware is verified as functioning.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.