Arduino-FOC
Arduino-FOC copied to clipboard
[BUG] DriverType "Unknown" conflicts with EthernetLinkStatus in STM32Ethernet
trafficstars
Describe the bug When using both the SimpleFOC and STM32Ethernet library in a project the definitions of DriverType and EthernetLinkStatus conflict as they both use Unknown in the definition.
Describe the hardware setup Nucleo F429ZI with SimpleFOC shield v2
IDE you are using Platformio
Suggested solution Change "Unknown" to "UnknownDriver" in line 16 of FOCDriver.h and line 37 of CurrentSense.h