diff --git a/resources/boards/raspio-duino.png b/resources/boards/raspio-duino.png new file mode 100644 index 0000000..dc4d093 Binary files /dev/null and b/resources/boards/raspio-duino.png differ diff --git a/src/changelog.md b/src/changelog.md index 6553b94..9f6c89d 100644 --- a/src/changelog.md +++ b/src/changelog.md @@ -3,6 +3,7 @@ This document only logs the changes to the overlay files that are relevant for purposes of translations. See files history for further details! July 10, 2016 +- added raspio-duino.md - added pi-liter.md - added zero-lipo.md diff --git a/src/en/overlay/raspio-duino.md b/src/en/overlay/raspio-duino.md new file mode 100644 index 0000000..5fae198 --- /dev/null +++ b/src/en/overlay/raspio-duino.md @@ -0,0 +1,37 @@ + +#Duino + +The RasPiO Duino is a small plug-on board for Raspberry Pi. It has similar functionality to an Arduino Uno, with an ATMega 328P-PU at its heart, but is fully programmable from the Raspberry Pi. Once programmed, it can be removed from the Pi and used on its own. + +Pins on the ATMega are broken out to a cluster of three holes. The ATMega328 features a 6 channel analog to digital converter and 14 digital I/O pins, 6 of which can also be used for PWM. The Pi’s GPIO ports are also broken out on the board as well and there is a 72 point prototyping area, with GND, 3V3 and 5V rails, where you can add your own components. + +Note: the RasPiO Duino runs on 3v3 at 12 MHz (not 5V at 16 MHz like the Uno). \ No newline at end of file diff --git a/src/en/settings.yaml b/src/en/settings.yaml index 26b1cd3..340b222 100644 --- a/src/en/settings.yaml +++ b/src/en/settings.yaml @@ -83,3 +83,4 @@ overlays: - carberry - pi-liter - zero-lipo +- raspio-duino