You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We recently changed argument names for initializing the ESP32SPI library to use the suffix _dio rather than _pin because the arguments need to be instantiated DigitalInOut objects, not microcontroller.Pin objects.
We recently changed argument names for initializing the ESP32SPI library to use the suffix _dio rather than _pin because the arguments need to be instantiated DigitalInOut objects, not microcontroller.Pin objects.
See: adafruit/Adafruit_CircuitPython_ESP32SPI#121
This library uses the same *_pin names for it's arguments which are also expected to the DigitalInOuts rather than Pins.
I think we'll want to change the names here and any other libraries that have _pin to keep things consistent across libraries.
The text was updated successfully, but these errors were encountered: