From 16b36ae89280502457aa24190fd004eb611f4553 Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Sun, 1 Nov 2015 00:07:24 +0000 Subject: [PATCH] Included a README to describe the project. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 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). -- 2.23.0