Created
December 23, 2019 00:33
-
-
Save zilberas/e41f16da04d22e57dd7a7804b60e5595 to your computer and use it in GitHub Desktop.
Expose C header files to Swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module HX710BDriver { | |
umbrella header "HX710BDriver.h" | |
link "HX710BDriver" | |
export * | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment