Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PWM output is not correctly disabled in in digitalWrite (fixed in sduino) #39

Open
JonasCz opened this issue Mar 17, 2021 · 1 comment

Comments

@JonasCz
Copy link

JonasCz commented Mar 17, 2021

This is the same problem as described in this issue: tenbaht/sduino#72, which this pull request fixes: tenbaht/sduino#73

Editing the files manually with the contents of that PR manually in PlatformIO fixes the issue too, so it seems like the latest version of sduino with that fix is not being pulled in or something? I'd submit a PR to fix it, but I can't find where the code for framework-arduinoststm8 lives...

@valeros
Copy link
Member

valeros commented Mar 23, 2021

The latest Sduino is available in the dev branch, you can try the upstream version of the platform:

[env:test]
platform = https://github.com/platformio/platform-ststm8.git
framework = arduino
board = ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants