eurorack/midi2cv/drivers/gpio.cc

11 lines
139 B
C++
Raw Normal View History

2019-08-30 09:15:00 +00:00
#include "gpio.h"
#include <stm32f37x_conf.h>
2019-08-30 09:15:00 +00:00
void GPIO::Init() {
}
void GPIO::Write(GPIO_TypeDef* port, uint16_t pin, bool state) {
2019-08-30 09:15:00 +00:00
}