Skip to content

Instantly share code, notes, and snippets.

@zilberas
Created December 23, 2019 00:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zilberas/e41f16da04d22e57dd7a7804b60e5595 to your computer and use it in GitHub Desktop.
Save zilberas/e41f16da04d22e57dd7a7804b60e5595 to your computer and use it in GitHub Desktop.
Expose C header files to Swift
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