rusefi-hardware/GDI-6ch/firmware/io_pins.h

18 lines
304 B
C

/*
* io_pins.h
*
* See https://github.com/rusefi/rusefi/tree/master/firmware/config/boards/GDI4/connectors for interactive pinout
*
* Created on: Jan 10, 2022
*/
#pragma once
// D20
#define LED_BLUE_PORT GPIOB
#define LED_BLUE_PIN 13
// D21
#define LED_GREEN_PORT GPIOA
#define LED_GREEN_PIN 8