36#if defined(CPU_MODEL_STM32F302R8) || defined(CPU_MODEL_STM32L433RC)
37#define LED0_PIN_NUM 13
38#define LED0_PORT GPIO_PORT_B
39#define LED0_PORT_NUM PORT_B
42#define LED0_PORT GPIO_PORT_A
43#define LED0_PORT_NUM PORT_A
51#define BTN0_PIN GPIO_PIN(PORT_C, 13)
52#if defined(CPU_MODEL_STM32L433RC) || defined(CPU_MODEL_STM32G474RE) || \
53 defined(CPU_MODEL_STM32G431RB)
54#define BTN0_MODE GPIO_IN_PD
56#define BTN0_MODE GPIO_IN_PU
70 .pwm_frequency = 20000U,
71 .pwm_resolution = 2250U,
77 .gpio_dir0 = ARDUINO_PIN_15,
78 .gpio_dir1_or_brake = 0,
79 .gpio_dir_reverse = 0,
80 .gpio_enable_invert = 0,
81 .gpio_brake_invert = 0,
88#define MOTOR_DRIVER_NUMOF ARRAY_SIZE(motor_driver_config)
95#ifndef MRF24J40_PARAM_SPI
96#define MRF24J40_PARAM_SPI SPI_DEV(0)
99#ifndef MRF24J40_PARAM_SPI_CLK
100#define MRF24J40_PARAM_SPI_CLK SPI_CLK_5MHZ
103#ifndef MRF24J40_PARAM_CS
104#define MRF24J40_PARAM_CS ARDUINO_PIN_10
107#ifndef MRF24J40_PARAM_INT
108#define MRF24J40_PARAM_INT ARDUINO_PIN_7
111#ifndef MRF24J40_PARAM_RESET
112#define MRF24J40_PARAM_RESET ARDUINO_PIN_5
Compatibility wrapper for arduino_iomap.h.
Global common Nucleo board configuration.
@ MOTOR_DRIVER_1_DIR
Single GPIO for direction, \ no BRAKE.
@ MOTOR_BRAKE_HIGH
High stage brake.
High-level driver for DC motors.
Describe DC motor driver with PWM device and motors array.