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

Disable I2C ports PB4 PB5 #126

Open neoblack2 opened 3 years ago

neoblack2 commented 3 years ago

How i can use PB4 and PB5 digitalWrite? Dont work like OUTPUT on STM8S103/

stefaandesmet2003 commented 3 years ago

The basic Blink sketch is using PB5 as output to blink the builtin led. Just saying. Maybe post a minimal code that shows your problem?