Closed SwapnilPande closed 10 months ago
Closes #33, adds Wire, SPI, and Preferences to the library dependencies in library.json.
library.json
Upgrades the SimpleFOC version to 2.3.2, which addresses ADC initialization bugs for the ESP32S3, which has blocked progress on current sensing support.
Looks like we also need to add Arduino JSON to the dependencies, driver does not compile without this either.
Dependencies appear to be installed correctly now.
Closes #33, adds Wire, SPI, and Preferences to the library dependencies in
library.json
.Upgrades the SimpleFOC version to 2.3.2, which addresses ADC initialization bugs for the ESP32S3, which has blocked progress on current sensing support.