Added gpio pin implementation for raspi

This commit is contained in:
dvdb97
2023-05-09 21:24:55 +01:00
parent b2a92ea87e
commit d2806f1651
5 changed files with 87 additions and 10 deletions

View File

@@ -21,8 +21,8 @@ namespace sta
*/
enum class GpioPinState
{
LOW,
HIGH
GPIO_LOW,
GPIO_HIGH
};
/**