LGTMCU / Larduino_HSP

Hardware support package for Larduino
MIT License
144 stars 70 forks source link

SoftwareSerial - 32Mhz support #6

Open HI-SEBA opened 5 years ago

HI-SEBA commented 5 years ago

In 32Mhz Mode SoftwareSerial does not work.

error This version of SoftwareSerial supports only 20, 16 and 8MHz processors

Maybe it only needs new DELAY_TABLE for F_CPU == 32000000 in SoftwareSerial.cpp?

dbuezas commented 4 years ago

This one has them fixed: https://github.com/dbuezas/lgt8fx