tenbaht / sduino

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

alternate functions are not accessible #3

Open tenbaht opened 7 years ago

tenbaht commented 7 years ago

some outputs offer PWM capabilities as alternate functions. But changing the option byte with alternateFunctions() shows no effect.

gicking commented 5 years ago

as a short-term option consider changing the option bytes via upload tool, e.g. stm8flash or stm8gal. For the latter see here.