gergelytakacs / AutomationShield

Arduino library and MATLAB/Simulink API for the AutomationShield Arduino expansion boards for control engineering education.
Other
37 stars 16 forks source link

Arduino Leonardo suport #272

Open erik1392 opened 3 years ago

erik1392 commented 3 years ago

Sampling is not supported for ATmega32u4(chip is similar to ATmega328P but has more SRAM and direct USB connection, faster PWM...) due to different timers.

gergelytakacs commented 3 years ago

Solution: @erik1392 implement it:)))