tenbaht / sduino

An Arduino-like programming API for the STM8
http://tenbaht.github.io/sduino/
GNU Lesser General Public License v2.1
347 stars 213 forks source link

STM8S003K3 support. #123

Open H3wastooshort opened 3 years ago

H3wastooshort commented 3 years ago

the STM8S003K3 has almost the same hardware as the STM8S003F3 (they even share a datasheet), sou my request hopefully is not too hard: Proper GPIO mapping for this CPU. As of now, i think there are pins missing from the pin (tried 0-63 with a sketch, In and Out), tho i am not 100% sure on this.

Ab3lqpasa commented 2 years ago

STM8S003K3 and STM8S105K4T6 breakout board have the same pinout, maybe It's possible to change pins_arduino.h to solve this