mirror of
https://github.com/yuri91/ili9341-rs.git
synced 2024-11-22 06:40:59 +00:00
added parallel gpio interface
This commit is contained in:
parent
c51eaa4ffa
commit
97999343fd
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ use core::iter::IntoIterator;
|
||||||
pub mod spi;
|
pub mod spi;
|
||||||
use spi::SpiInterface;
|
use spi::SpiInterface;
|
||||||
|
|
||||||
|
pub mod gpio;
|
||||||
|
|
||||||
/// Trait representing the interface to the hardware.
|
/// Trait representing the interface to the hardware.
|
||||||
///
|
///
|
||||||
/// Intended to abstract the various buses (SPI, MPU 8/9/16-bit) from the Controller code.
|
/// Intended to abstract the various buses (SPI, MPU 8/9/16-bit) from the Controller code.
|
||||||
|
|
Loading…
Reference in a new issue