-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Testing - Sigmadelta #4494
Testing - Sigmadelta #4494
Conversation
provide a simple interface to attach/detach pins to the sigma-delta generator, and get/set the 2 parameters prescaler & target
travis complains about BUILTIN_LED being deprecated
2016895
to
3588f5c
Compare
3588f5c
to
deb9918
Compare
#4119 resubmission. I ended up just running astyle manually on the example .ino (which runs great). When this passes I'll squash and merge with a link to his original one. We need an easier way to clean up the style checks, at least show folks how to run the formatter themselves because even the IDE won't fix some of the things it finds (i.e. spaces on a blank line, spaces at the end of a line). |
One option would be a CI bot which fixes formatting for you and pushes a commit to your branch. Another is a some instructions how to download astyle and run the script locally. |
Trying to commit @stefaandesmet2003's changes from Unix due to linefeed issues when submitting examples from Windows.