Included a README to describe the project.
authorPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 1 Nov 2015 00:07:24 +0000 (00:07 +0000)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Sun, 1 Nov 2015 00:07:24 +0000 (00:07 +0000)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..6252300
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+Board based on ATmega328p with a USB serial adapter (CH340G) for running an
+emulation device and also some other general uses. This is somewhat equivalent
+to an Arduino Nano and can be programmed as a Nano or Uno over USB or over
+the ICSP. The I2C bus is broken out on one connector along with a number of
+PWM capable pins to jumpers for LED connections and one pin is arranged for
+use with a OneWire bus (DS18B20 or other such devices). Two analog pins (PC0
+and PC1 have been broken out to pins and the ADC is connected with AREF set
+to Vcc (5V).