Crate libftd2xx_cc1101[][src]

Expand description

I/O library for using CC1101 RF transceiver via libftd2xx-rs.

Usage

Simply add this crate as a dependency in your Cargo.toml.

[dependencies]
libftd2xx-cc1101 = "~0.1.0"

Also follow the README guidance in libftd2xx-rs to set up the connection with the FTDI device.

RX and TX examples are good starting points.

References

Modules

This module contains TX/RX FIFO implementations conforming to std::io traits.

This module contains bitfield types that may be used to cache and manipulate all CC1101 registers.

Macros

Internally-shadowed macro to support generated mpsse macro.

Internally-shadowed macro to support generated mpsse macro.

Internally-shadowed macro to support generated mpsse macro.

Extended compile-time mpsse command array generation macro.

Structs

Interface endpoint for CC1101.

Enums