tenbaht / sduino

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

fix schematic for stm8blue #15

Closed equinox0815 closed 6 years ago

equinox0815 commented 7 years ago

The original stm8blue schematic used PD3 for the LED which is not the case for these boards. The docs correctly state the the LED is actually connected to PB5 but the fix in the schematic was wrong. This fixes the problem.

tenbaht commented 6 years ago

Thank you for your contribution! I might need to replace this image with a proberly redrawn kicad schematic at one point.