/// Path to the gpio interface
pub const GPIO_PATH: &str = "/sys/class/gpio/";
/// Path to the hardware information
pub const RASPI_INFO_PATH: &str = "/proc/cpuinfo";
/// Path to the first spi interface
pub const SPI_PATH0: &str = "/dev/spidev0.0";
/// Path to the second spi interface
pub const SPI_PATH1: &str = "/dev/spidev0.1";