A primarily rust driver for the Semtech SX1276 sub ghz ISM band radio IC.
This currently uses libsx127x via FFI with the intent of slowly replacing the underlying c components with rust.
The build process will automatically clone libsx127x
into the output directory, should an alternative directory be required (ie. for working on the c library) this can be set exporting the LIBSX127X_DIR
environmental variable during the first cargo build.