radio-sx128x 0.2.2

Driver for the Semtec sx1280 2.4GHz RF IC
Documentation

rust-radio-sx128x

A rust driver for the Semtech SX128x 2.4GHz ISM band radio IC.

This currently uses libsx128x via FFI with the intent of slowly replacing the underlying c components with rust.

Status

GitHub tag ![Build Status](https://travis-ci.com/ryankurte/rust-radio-sx128x.svg?token=s4CML2iJ2hd54vvqz5FP&branch=master Crates.io Docs.rs

Open Issues

Useful Resources

Building

The build process will automatically clone libsx128x into the output directory, should an alternative directory be required (ie. for working on the c library) this can be set exporting the LIBSX128X_DIR environmental variable during the first cargo build.