1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nucleo-wl55jc: Add missing ARDUINO_I2C_UNO

The feature `arduino_i2c` was already provided, but the define this
feature indicates to be present is missing.
This commit is contained in:
Marian Buschsieweke 2023-11-10 15:13:32 +01:00
parent d7cf39551f
commit fe6c94070b
No known key found for this signature in database
GPG Key ID: 77AA882EC78084E6

View File

@ -30,6 +30,16 @@
extern "C" {
#endif
/**
* @name Arduino's I2C buses
* @{
*/
/**
* @brief The first I2C bus is where shields for the Arduino UNO expect it
*/
#define ARDUINO_I2C_UNO I2C_DEV(0)
/** @} */
/**
* @brief Mapping of MCU pins to Arduino pins
* @{