mirror of https://github.com/rusefi/wideband.git
io pins f1
This commit is contained in:
parent
df07bb4ec8
commit
17bf809a5f
|
@ -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
|
Loading…
Reference in New Issue