Skip to content

Commit

Permalink
sys/arduino: fix typos in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mali committed Jun 12, 2016
1 parent c449ab9 commit b702049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/arduino/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b702049

Please sign in to comment.