From b2a92ea87e0e198f6dc5d26db74263f9c5016892 Mon Sep 17 00:00:00 2001 From: dvdb97 Date: Tue, 9 May 2023 18:17:57 +0100 Subject: [PATCH] Added hal.hpp for raspi --- include/sta/raspi/hal.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/sta/raspi/hal.hpp diff --git a/include/sta/raspi/hal.hpp b/include/sta/raspi/hal.hpp new file mode 100644 index 0000000..900715e --- /dev/null +++ b/include/sta/raspi/hal.hpp @@ -0,0 +1,13 @@ +#ifndef STA_CORE_RASPI_HAL_HPP +#define STA_CORE_RASPI_HAL_HPP + +namespace sta { + +B +A +A +D +D +} + +#endif //STA_CORE_RASPI_HAL_HPP