Hi guys,
i get this error while compiling the example programms in the SimpleFOC library:
Board: Teensy 3.1
In function `BLDCDriver3PWM::init()':
./BLDCDriver3PWM.cpp:53: undefined reference to `_configure3PWM(long, int, int, int)'
In function `BLDCDriver3PWM::setPwm(float, float, float)':
./BLDCDriver3PWM.cpp:71: undefined reference to `_writeDutyCycle3PWM(float, float, float, int, int, int)'
collect2: error: ld returned 1 exit status
Tried normal and devs Version of the Project.
Thanks you very much in advance.