MiraOS  1.22
miraone_devboard.h
1 #include "mira_gpio.h"
2 
3 #define LED_PORT MiraGpioPortC
4 #define BUTTON_PORT MiraGpioPortB
5 
6 #define RED_LED_PIN 1
7 #define GREEN_LED_PIN 2
8 #define BLUE_LED_PIN 3
9 #define BUTTON_PIN 3
10 
11 #define TEMPERATURE_PIN 6
12 #define LIGHT_PIN 7
MiraOS GPIO driver.