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

Add C Bindings #580

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Add C Bindings #580

wants to merge 1 commit into from

Conversation

scolsen
Copy link
Contributor

@scolsen scolsen commented Apr 29, 2023

Adds an API C bindings wrapping the underlying the CPP API. This will permit callers to use libDaisy from pure C. Since C is the foreign function interface (FFI) target of choice for many languages, it should also allow users to write programs in other languages and call the API.

Defines an initial potential C API wrapping the underlying CPP objects for AnalogControl.

This commit is primarily a proof-of-concept to illustrate how we might achieve this for other elements of the library.
@scolsen scolsen mentioned this pull request Apr 29, 2023
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

Successfully merging this pull request may close these issues.

1 participant