1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

sys/arduino/doc: Removed SPI from ToDo

The SPI interface has been added, so it should no longer be listed on the ToDo
list.
This commit is contained in:
Marian Buschsieweke 2019-10-30 15:10:02 +01:00
parent 83a955fa49
commit 8a53e072f9
No known key found for this signature in database
GPG Key ID: 61F64C6599B1539F

View File

@ -147,7 +147,6 @@
* functions have to be called manually from a RIOT application. * functions have to be called manually from a RIOT application.
* @todo Implement analog outputs (PWM mapping) * @todo Implement analog outputs (PWM mapping)
* @todo Implement analog inputs (ADC mapping) * @todo Implement analog inputs (ADC mapping)
* @todo Implement SPI interface class
* @todo Add means to include various Arduino Libraries (maybe as pkg?) * @todo Add means to include various Arduino Libraries (maybe as pkg?)
* @todo Implement anything else that is missing... * @todo Implement anything else that is missing...
* @todo Adapt Arduino build script, so sketches do not have to have the file * @todo Adapt Arduino build script, so sketches do not have to have the file