#include "gpio.h"



void GPIO::Init() {
}

void GPIO::Write(GPIO_TypeDef* port, uint16_t pin, bool state) {
}