io pins f1

This commit is contained in:
Matthew Kennedy 2021-12-27 20:35:45 -08:00
parent df07bb4ec8
commit 17bf809a5f
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#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