Michael Thomson
|
94ca3f594e
|
Enable CS "active-high" device support
Reference https://github.com/adafruit/Adafruit_CircuitPython_BusDevice/issues/71
Add a new parameter cs_active_value for devices that require CS to use "active high" logic.
Update mpconfigboard.mk to disable pyb_nano_v2 from core build as its flash is too small now.
|
2021-09-23 09:14:39 +01:00 |
Scott Shawcroft
|
3fda0c0a1b
|
Fix board builds and use MP_ERROR_TEXT in py and extmod
|
2021-05-05 17:51:52 -07:00 |
Jeff Epler
|
172715194f
|
adafruit_bus_device: SPIDevice: Fix so it works with bitbangio.SPI
.. by calling methods, same as we did for I2C
|
2021-03-26 14:51:53 -05:00 |
microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
Dan Halbert
|
d7305182f0
|
Remove adafruit_bus_device.SPIDevice.spi
|
2021-02-11 10:33:57 -05:00 |
Scott Shawcroft
|
8fd6bff727
|
Add .spi accessor to SPIDevice
Fixes #4108
|
2021-02-01 20:03:23 -08:00 |
gamblor21
|
4c93db3595
|
Renamed to adafruit_bus_device
|
2020-11-03 18:35:20 -06:00 |