mirror of
https://github.com/jhbruhn/eurorack.git
synced 2025-03-15 02:55:49 +00:00
11 lines
116 B
C++
11 lines
116 B
C++
#include "gpio.h"
|
|
|
|
#include <gpio.h>
|
|
|
|
void GPIO::Init() {
|
|
gpio_mode_setup(0, 0, 0, 0);
|
|
}
|
|
|
|
|
|
void GPIO::Write() {
|
|
}
|