Loading...
Searching...
No Matches
2#ifndef __G4_TESTING_MAIN_H__
3#define __G4_TESTING_MAIN_H__
9#define LED_GREEN_PORT GPIOB
10#define LED_GREEN_PIN 7
11#define LED_RED_PORT GPIOB
13#define LED_BLUE_PORT GPIOA
14#define LED_BLUE_PIN 15
15#define LED_ORANGE_PORT GPIOB
16#define LED_ORANGE_PIN 1
28#define ADC_NUM_CHANNELS (sizeof(raw_adc_values) / sizeof(uint16_t))