| Age | Commit message (Collapse) | Author |
|
|
|
|
|
module adafruit_busdevice
|
|
|
|
|
|
HID's API has changed to take in devices explicitly so that both
USB and BLE work.
|
|
|
|
Fixes https://github.com/adafruit/Adafruit_CircuitPython_INA219/issues/12
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This saves a lot of RAM. Fixes #287.
Also fixed compilation of frozen_mpy.c to use supplied make rule rather than
builtin rule (supplied rule suppresses printing out the gcc command line).
|