diff options
Diffstat (limited to 'device/gpio.hpp')
| -rw-r--r-- | device/gpio.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/device/gpio.hpp b/device/gpio.hpp new file mode 100644 index 0000000..1672aaf --- /dev/null +++ b/device/gpio.hpp @@ -0,0 +1,6 @@ +#pragma once + +#include <cstdint> + +void setupOutputs(); +void writeOutputs(std::uint8_t value); |
