From 8a53e072f9958bd70eaca4e2a096fff8287d6562 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke Date: Wed, 30 Oct 2019 15:10:02 +0100 Subject: [PATCH] sys/arduino/doc: Removed SPI from ToDo The SPI 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 2323dc4bcd..7a35e8bac2 100644 --- a/sys/arduino/doc.txt +++ b/sys/arduino/doc.txt @@ -147,7 +147,6 @@ * functions have to be called manually from a RIOT application. * @todo Implement analog outputs (PWM mapping) * @todo Implement analog inputs (ADC mapping) - * @todo Implement SPI interface class * @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