wideband/firmware/boards/f1_dave/io/io_pins.h

13 lines
216 B
C

#pragma once
// TODO: is this correct?
#define BLUE_LED_PORT GPIOB
#define BLUE_LED_PIN 5
#define GREEN_LED_PORT GPIOB
#define GREEN_LED_PIN 6
#define NERNST_ESR_DRIVER_PORT GPIOB
#define NERNST_ESR_DRIVER_PIN 7