From 83a955fa4978f10f403264ef82a3f2ac8b6c29a3 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 30 Oct 2019 15:08:28 +0100 Subject: [PATCH] sys/arduino/doc: Removed I2C from ToDo The I2C (Wire) interface has been added, so it should no longer be listed on the ToDo list. --- sys/arduino/doc.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/arduino/doc.txt b/sys/arduino/doc.txt index 205d561fe8..2323dc4bcd 100644 --- a/sys/arduino/doc.txt +++ b/sys/arduino/doc.txt @@ -148,7 +148,6 @@ * @todo Implement analog outputs (PWM mapping) * @todo Implement analog inputs (ADC mapping) * @todo Implement SPI interface class - * @todo Add support for the 'Wire Library' (I2C) * @todo Add means to include various Arduino Libraries (maybe as pkg?) * @todo Implement anything else that is missing... * @todo Adapt Arduino build script, so sketches do not have to have the file