Closed JinShil closed 1 year ago
Hmm. BusIO supports software SPI. But this define from the BSP: https://github.com/adafruit/Adafruit_Arduino_Boards/blob/3751f438bb2cff9b5970d1056c4a2e91876a93f0/variants/tiny8/pins_arduino.h#L50 will cause this one: https://github.com/adafruit/Adafruit_BusIO/blob/e89ae64bd3d2474d770bbed77e58686c39c0cecf/Adafruit_SPIDevice.h#L6-L7 to effectively produce a blank file (same for the .cpp)
This is related to this: https://github.com/adafruit/Adafruit_BusIO/issues/81
Closing. Should be fixed by BusIO updates. Update the Adafruit_BusIO library to latest release.
Arduino board: Adafruit Trinket 5V
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.19
List the steps to reproduce the problem below (if possible attach a sketch or
#include <SPI.h>
and uncomment#include <avr/power.h>