DeqingSun / ch55xduino

An Arduino-like programming API for the CH55X
GNU Lesser General Public License v2.1
436 stars 86 forks source link

enhancement: add CH551 #2

Closed nerdralph closed 4 years ago

nerdralph commented 4 years ago

It has 10kB of flash available according to the specs, though my testing reveals 12kB usable. It only has 512B of xRAM, no ADC, and one UART. Adding a board or MCU option for the CH551 would make ch55xduino more foolproof for newbies that don't understand the differences between the different devices.

DeqingSun commented 4 years ago

Will do.

DeqingSun commented 4 years ago

partially fixed https://github.com/DeqingSun/ch55xduino/commit/de114480dc5fa533be5d3353ad079149ab5b48a5

Need test on CH551 to see if it is necessary to disable ADC and 2 touch channels.

DeqingSun commented 4 years ago

ADC and 2 touch channel just give you empty results on ch551. Not a big deal.