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