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

Added a C wrapper #60

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Added a C wrapper #60

wants to merge 19 commits into from

Commits on May 4, 2022

  1. Added clion to .gitignore

    Matthias Ludwig committed May 4, 2022
    Configuration menu
    Copy the full SHA
    9cf5a41 View commit details
    Browse the repository at this point in the history
  2. Added c wrapper

    Matthias Ludwig committed May 4, 2022
    Configuration menu
    Copy the full SHA
    dba4b56 View commit details
    Browse the repository at this point in the history
  3. Included correct files

    Move definitions of enum classes to separate file, so it can be included in the c header.
    Matthias Ludwig committed May 4, 2022
    Configuration menu
    Copy the full SHA
    ccccd23 View commit details
    Browse the repository at this point in the history
  4. Solved Bug with namespace in c

    Matthias Ludwig committed May 4, 2022
    Configuration menu
    Copy the full SHA
    5de92bc View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Used int instead of enum classes.

    Not optimal
    Matthias Ludwig committed May 5, 2022
    Configuration menu
    Copy the full SHA
    0735e81 View commit details
    Browse the repository at this point in the history
  2. Added gpio_ as prefix to the functions for clarity

    Matthias Ludwig committed May 5, 2022
    Configuration menu
    Copy the full SHA
    ea0c1ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    127a9e2 View commit details
    Browse the repository at this point in the history
  4. Bug in type definition in arguments in the function

    Matthias Ludwig committed May 5, 2022
    Configuration menu
    Copy the full SHA
    89221db View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. reverte copyright

    Matthias Ludwig committed May 9, 2022
    Configuration menu
    Copy the full SHA
    e13061c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Merged

    Matthias Ludwig committed May 25, 2022
    Configuration menu
    Copy the full SHA
    a61032e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'pjueon-master' into c_wrapper

    Matthias Ludwig committed May 25, 2022
    Configuration menu
    Copy the full SHA
    9e9e69e View commit details
    Browse the repository at this point in the history
  3. Changed from int channel to const char* channel naming

    Updated enum check
    Matthias Ludwig committed May 25, 2022
    Configuration menu
    Copy the full SHA
    b6ae886 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    eb1c69b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Configuration menu
    Copy the full SHA
    b4245bc View commit details
    Browse the repository at this point in the history
  2. fix comments for c_wrapper

    pjueon committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    7d7fc88 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Configuration menu
    Copy the full SHA
    7436e45 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Merge remote-tracking branch 'origin/master' into c_wrapper

    Matthias Ludwig committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    7fba2cd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    c371584 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from ma-ludw/master

    update
    ma-ludw authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    7c4d2ae View commit details
    Browse the repository at this point in the history