From: Pat Thoyts Date: Sun, 1 Nov 2015 00:07:24 +0000 (+0000) Subject: Included a README to describe the project. X-Git-Url: http://privyetmir.co.uk/gitweb.cgi?a=commitdiff_plain;h=16b36ae89280502457aa24190fd004eb611f4553;p=electronics%2Ftms-emulator Included a README to describe the project. --- 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).