improved readme

This commit is contained in:
Jay Robson 2024-10-01 02:08:38 +10:00
parent 22ea86ce96
commit e603ae29e6
1 changed files with 15 additions and 0 deletions

View File

@ -1,7 +1,22 @@
# Overview
This uses an AVR microcontroller (ATMega328P-PU, which is in the Uno R3). This uses an AVR microcontroller (ATMega328P-PU, which is in the Uno R3).
- Microconroller: https://git.onewaycoding.com/jay/tone-generator - Microconroller: https://git.onewaycoding.com/jay/tone-generator
- MIDI parser: https://git.onewaycoding.com/jay/midi-parser - MIDI parser: https://git.onewaycoding.com/jay/midi-parser
![Project](Project.jpg) ![Project](Project.jpg)
# Pin Description
+--------+----------------------------------+
| Pin(s) | Purpose |
+--------+----------------------------------+
| 0-7 | 8-bit ADC (for audio) |
| 8 | Next button |
| 9-10 | LEDs |
| 11-13 | ISP Programmer, otherwise unused |
| A0-A3 | Serial (with flow control) |
| A4-A5 | I2C |
+--------+----------------------------------+