From 71a8942025304fe7cf125693c069470a06bd443f Mon Sep 17 00:00:00 2001 From: Mateus Vieira Date: Sat, 21 Sep 2024 12:02:14 -0300 Subject: [PATCH] Update on microcontrollers/arduino-mega2560, Correcting the I2C support info --- content/docs/reference/microcontrollers/arduino-mega2560.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/reference/microcontrollers/arduino-mega2560.md b/content/docs/reference/microcontrollers/arduino-mega2560.md index 0d549da2..2d05845f 100644 --- a/content/docs/reference/microcontrollers/arduino-mega2560.md +++ b/content/docs/reference/microcontrollers/arduino-mega2560.md @@ -14,7 +14,7 @@ Note: the AVR backend of LLVM is still experimental so you may encounter bugs. | GPIO | YES | YES | | UART | YES | YES | | SPI | YES | YES | -| I2C | YES | YES | +| I2C | YES | Not yet | | ADC | YES | YES | | PWM | YES | Not yet | | USBDevice | NO | NO |