electro-smith / libDaisy

Hardware Library for the Daisy Audio Platform
https://www.electro-smith.com/daisy
MIT License
312 stars 131 forks source link

Add C Bindings #580

Open scolsen opened 1 year ago

scolsen commented 1 year ago

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.