Include Arduino Mega

This commit is contained in:
Piotr Rogowski 2021-01-06 21:37:01 +01:00
parent 788f51264b
commit c385caf954
No known key found for this signature in database
GPG Key ID: 9F51ECA55C0D48F0
3 changed files with 8 additions and 4 deletions

View File

@ -17,12 +17,16 @@ This version is a fork of the original by David Andruczyk [https://gitlab.com/li
## Wiring
- pin `8` will provide the `crank` or primary wheel signal
- pin `9` will provide the `cam` or secondary wheel signal
- **Arduino Uno**
- pin `8` will provide the `crank` or primary wheel signal
- pin `9` will provide the `cam` or secondary wheel signal
- **Arduino Mega**
- pin `53` will provide the `crank` or primary wheel signal
- pin `52` will provide the `cam` or secondary wheel signal
Example for `Speeduino v0.4 Series` board with `Arduino Mega`:
Example for `Arduino Uno` connected to `Speeduino v0.4 Series` board with `Arduino Mega`:
![Ardustim wiring](docs/v04-wiring.png)
![ArduStim wiring](docs/uno-v04-wiring.png)
## Build

BIN
docs/uno-v04-wiring.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB