added parallel gpio interface

This commit is contained in:
Theo Hussey 2020-02-06 23:10:53 +00:00
parent c51eaa4ffa
commit 97999343fd

View file

@ -13,6 +13,8 @@ use core::iter::IntoIterator;
pub mod spi;
use spi::SpiInterface;
pub mod gpio;
/// Trait representing the interface to the hardware.
///
/// Intended to abstract the various buses (SPI, MPU 8/9/16-bit) from the Controller code.