9#ifndef TLE94112_RPI_HPP_
10#define TLE94112_RPI_HPP_
Tle94112Rpi(void)
Construct a new Tle94112Rpi::Tle94112Rpi object with default pin assignment.
Definition tle94112-rpi.cpp:20
TlePinCS
This enum is used to expose the CS-Pins of the Raspberry-Pi to the Pybind11 wrapper.
Definition tle94112-rpi.hpp:30
@ TLE94112_PIN_CS3
Definition tle94112-rpi.hpp:34
@ TLE94112_PIN_CS0
Definition tle94112-rpi.hpp:31
@ TLE94112_PIN_EN
Definition tle94112-rpi.hpp:35
@ TLE94112_PIN_CS2
Definition tle94112-rpi.hpp:33
@ TLE94112_PIN_CS1
Definition tle94112-rpi.hpp:32
Definition tle94112-rpi.hpp:21
void init(void)
initializes this object, automatically called by begin()
Definition tle94112.cpp:220
represents a basic TLE94112
Definition tle94112.hpp:67