Open
Description
Hi, I really like this project but its dependency on the Arduino library currently hinders me from using it.
I know the project name is Arduino-FOC
but I was wondering if it would be possible to use parts of this library without the Arduino dependency and just cmake as the build system.
The use case is that I want to use this library with another hardware abstraction framework that is more low-level than Arduino, e.g. just stm32 HAL or modm.
Are there already attempts for doing this or does someone have an idea how this could be done?