#ifndef __GPIO_H #define __GPIO_H #include <stdbool.h> // void gpio_init(void); // void gpio_set_output(bool state); #endif