Skip to content

Ported to C #11

@larsks

Description

@larsks

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions