From b70204913427304b7baa4c370ee3c32e2875c82b Mon Sep 17 00:00:00 2001 From: Laurent Navet Date: Sun, 12 Jun 2016 10:45:25 +0200 Subject: [PATCH] sys/arduino: fix typos in documentation --- sys/arduino/doc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arduino/doc.txt b/sys/arduino/doc.txt index ca913f649..5966b7d21 100644 --- a/sys/arduino/doc.txt +++ b/sys/arduino/doc.txt @@ -12,7 +12,7 @@ * - starting point for beginners * - run your existing sketches on any non-Arduino hardware supported by RIOT * - makes it easy to move from Arduino to RIOT - * - use Ardunio device drivers in RIOT + * - use Arduino device drivers in RIOT * - is fun to implement :-) * * Refer to @ref sys_arduino_api for the actual API documentation @@ -128,7 +128,7 @@ * @todo Implement analog outputs (PWM mapping) * @todo Implement analog inputs (ADC mapping) * @todo Implement SPI interface class - * @todo Add support for the 'Wrie Library' (I2C) + * @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