mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/sta-core.git
synced 2025-09-28 21:17:33 +00:00
Added gpio pin implementation for raspi
This commit is contained in:
@@ -21,8 +21,8 @@ namespace sta
|
||||
*/
|
||||
enum class GpioPinState
|
||||
{
|
||||
LOW,
|
||||
HIGH
|
||||
GPIO_LOW,
|
||||
GPIO_HIGH
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user