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

Ported to C #11

Open
larsks opened this issue Feb 7, 2019 · 1 comment
Open

Ported to C #11

larsks opened this issue Feb 7, 2019 · 1 comment

Comments

@larsks
Copy link

larsks commented Feb 7, 2019

I don't know if this is of interest to anyone, but I've ported this to straight C so that I can use it with avr-gcc rather than Arduino. You can find the fork at https://github.com/larsks/FastPID. Since there's nothing AVR-specific in the code, I've also added some simple unit tests that compile on the host.

I have not yet ported the example code: because the standard avr-libc environment has neither millis()/micros() nor any serial support I'll have to add in some additional code to make the examples work as intended.

The new unit tests are run by travis for pull requests and commits.

@mike-matera
Copy link
Owner

Wow! I'm so flattered. Thanks.

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