41 lines
876 B
C
41 lines
876 B
C
/* This file was auto-generated from wr2le.json using boardgen */
|
|
|
|
#pragma once
|
|
|
|
// clang-format off
|
|
|
|
// Pins
|
|
// ----
|
|
#define PINS_COUNT 5
|
|
#define NUM_DIGITAL_PINS 5
|
|
#define NUM_ANALOG_OUTPUTS 0
|
|
|
|
// SPI Interfaces
|
|
// --------------
|
|
#define SPI_INTERFACES_COUNT 0
|
|
|
|
// Wire Interfaces
|
|
// ---------------
|
|
#define WIRE_INTERFACES_COUNT 0
|
|
|
|
// Serial ports
|
|
// ------------
|
|
#define SERIAL_INTERFACES_COUNT 0
|
|
|
|
// Pin function macros
|
|
// -------------------
|
|
#define PIN_MISO0 3u // PA_22
|
|
#define PIN_MISO1 3u // PA_22
|
|
#define PIN_PA05 2u // PA_5
|
|
#define PIN_PA12 4u // PA_12
|
|
#define PIN_PA14 1u // PA_14
|
|
#define PIN_PA15 0u // PA_15
|
|
#define PIN_PA22 3u // PA_22
|
|
#define PIN_PWM0 1u // PA_14
|
|
#define PIN_PWM1 0u // PA_15
|
|
#define PIN_PWM3 4u // PA_12
|
|
#define PIN_PWM4 2u // PA_5
|
|
#define PIN_PWM5 3u // PA_22
|
|
#define PIN_RTS0 3u // PA_22
|
|
#define PIN_SCL0 3u // PA_22
|