mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-08-05 18:21:54 +00:00
Added fixes to the SPI implementation, removed debugging
This commit is contained in:
@@ -15,14 +15,14 @@
|
||||
|
||||
namespace sta
|
||||
{
|
||||
enum class GpioMode {
|
||||
GPIO_OUTPUT,
|
||||
GPIO_INPUT
|
||||
};
|
||||
|
||||
class RaspiGpioPin : public GpioPin
|
||||
{
|
||||
public:
|
||||
enum class GpioMode {
|
||||
GPIO_OUTPUT,
|
||||
GPIO_INPUT
|
||||
};
|
||||
|
||||
/**
|
||||
* @param pin Pin index
|
||||
* @param mode The mode of the GPIO pin. Either INPUT or OUTPUT
|
||||
|
Reference in New Issue
Block a user