-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
BitOrder is not defined in all plaforms. See: https://github.com/adafruit/Adafruit_BusIO/blob/13bd6906a62b5f2e8cbe8529f55ad13880ffd730/Adafruit_SPIDevice.h#L6
Currently this does not compile on the ESP32 platform.
In file included from .pio\libdeps\pico32\Simple FOC drivers\src\encoders\as5048a\AS5048A.cpp:8:0:
.pio\libdeps\pico32\Simple FOC drivers\src\encoders\as5048a\AS5048A.h:52:47: error: 'BitOrder' has not been declared
static SPISettings AS5048SPISettings(1000000, BitOrder::MSBFIRST, SPI_MODE1);
^
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working