Loading...
Searching...
No Matches
Go to the documentation of this file.
11#include "common/phal/gpio.h"
14#define HEARTBEAT_LED_PORT (GPIOB)
15#define HEARTBEAT_LED_PIN (0)
16#define ERROR_LED_PORT (GPIOB)
17#define ERROR_LED_PIN (2)
18#define CONNECTION_LED_PORT (GPIOB)
19#define CONNECTION_LED_PIN (1)
22#define SHOCKPOT_LEFT_GPIO_PORT (GPIOA)
23#define SHOCKPOT_LEFT_GPIO_PIN (7)
24#define SHOCKPOT_LEFT_ADC_CHNL (4)
25#define SHOCKPOT_RIGHT_GPIO_PORT (GPIOA)
26#define SHOCKPOT_RIGHT_GPIO_PIN (4)
27#define SHOCKPOT_RIGHT_ADC_CHNL (10)