Sign in
pigweed
/
third_party
/
github
/
32blit
/
32blit-sdk
/
refs/heads/upstream/patch-stm32-hal-1.9.0
/
.
/
32blit-stm32
/
Inc
/
gpio.hpp
blob: ec7e33714a5b7a5a7681ef9734ea9075e1c1e84d [
file
] [
log
] [
blame
] [
edit
]
#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