Eva Herrada
Eva Herrada
I think that it would be good to add a few dropdowns for stuff like permissions, code formatting, missing files, release states, etc. This should make it more readable and...
https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display/runs/6993443412?check_suite_focus=true#step:11:33
In the datasheet, there are 6 (0x0E-0x13) registers where the magnetometer information is stored (https://cdn-shop.adafruit.com/datasheets/BST_BNO055_DS000_12.pdf, starting at page 57). However, the code is currently only using the first (0x0E) register,...
`pylint` suggests using argument names with at least 3 letters. This library uses argument names of shorter length, and while these warnings have been disabled for now, they should be...
https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/main/adafruit_io/adafruit_io.py#L607 The _asdict method needs to be run on an instance of a class to get the class attributes. It would be easier for most users to just send a...