ft260hid 0.1.0

Library to control FT260 USB-I2C/UART bridge IC
Documentation
1
2
3
4
5
6
/// submodule as interface to use GPIO feature
pub mod gpio;
/// submodule as interface to use I2C feature
pub mod i2c;
/// submodule as interface to use UART feature
pub mod uart;