Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
adcff07dba0fb74a2df20ad1d996eba802b5491e
/
.
/
32blit-stm32
/
Inc
/
gpio.hpp
blob: ec7e33714a5b7a5a7681ef9734ea9075e1c1e84d [
file
]
#ifndef
__PIN_CONFIGURATION_H
#define
__PIN_CONFIGURATION_H
#include
"main.h"
#include
"gpio_defs.h"
namespace
gpio
{
// initialises all of the pins of the MCU into the correct
// configuration for 32blit
void
init
();
}
#endif