CARME-M4 BSP  V1.5
gpio_bsp.c

This example shows how to create an output gpio pin with the carme board support package.

/*
* This example shows how to create an output gpio pin with the carme board
* support package.
*/
#include <stm32f4xx.h>
#include <carme_io2.h>
int main(void) {
for (;;) {
}
return 0;
}