1
0
Fork 0
mirror of https://github.com/jhbruhn/eurorack.git synced 2025-03-16 03:25:49 +00:00
eurorack/midi2cv/drivers/gpio.cc

9 lines
111 B
C++

#include "gpio.h"
void GPIO::Init() {
}
void GPIO::Write(GPIO_TypeDef* port, uint16_t pin, bool state) {
}