cnc4less

Results 6 issues of cnc4less

will it work with http://eigen.tuxfamily.org/ or with http://www.numerix-dsp.com/siglib.html, please advise.

will be perfect to have a timer library like the lib-maple one also to run https://github.com/bubulindo/STM32Encoder also have full control on the timers in the chip

your lib works great on stm32f1 with stm32duino maple official branch, i tried to use it with stm32f407 but could not make work , any configuration required ?

#include #include #include int APin = 13; ESP32PWM pwm; int freq = 1000; ESP32Encoder encoder; ESP32Encoder encoder2; // timer and flag for example, not needed for encoders unsigned long encoder2lastToggled;...

checked with this new tft found not wirking. https://www.aliexpress.com/item/33005785723.html?spm=a2g0o.productlist.0.0.7fa6485d8Y8eAo&algo_pvid=ec63a0e3-bf86-4d14-8cd7-28266486de05&algo_expid=ec63a0e3-bf86-4d14-8cd7-28266486de05-0&btsid=b17bb35b-5b8d-4f8a-9f6c-1835f8b63fe1&ws_ab_test=searchweb0_0%2Csearchweb201602_6%2Csearchweb201603_52 works on ili9431 driver with smaller scale as if smaller tft !!! tested with arduino esp32

Compiling .pio\build\LGT8F328P\FrameworkArduino\wiring_digital.c.o Compiling .pio\build\LGT8F328P\FrameworkArduino\wiring_pulse.S.o Compiling .pio\build\LGT8F328P\FrameworkArduino\wiring_pulse.c.o Compiling .pio\build\LGT8F328P\FrameworkArduino\wiring_shift.c.o Archiving .pio\build\LGT8F328P\libFrameworkArduino.a Indexing .pio\build\LGT8F328P\libFrameworkArduino.a Linking .pio\build\LGT8F328P\firmware.elf D:\Temp\cckrWLid.ltrans0.ltrans.o: In function `main': :(.text.startup+0x10e): undefined reference to `FastPwmPin::enablePwmPin(int, unsigned long, unsigned char)' collect2.exe: error: ld...

question