From 776e600c4315931ca24985d9c8a7088391bf26dd Mon Sep 17 00:00:00 2001 From: CrazyRedMachine <36906596+CrazyRedMachine@users.noreply.github.com> Date: Sat, 13 Jun 2020 00:37:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1c49fa..a9d19ac 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ I included pre-compiled binaries and sources in the "ModeSwitch" folder. Refer t The Arduino DUE has 3.3v logic whereas the Pop'n Music cabinet lamps use 12V. Therefore I'm using mosfet transistors to do level shifting (the parts I used were three ULN2003APG chips). -Refer to pinout.png to see how it is all wired to a Pop'n Music cabinet. +Refer to ```pinout.png``` to see how it is all wired to a Pop'n Music cabinet. LightPins 36 to 52 = Button lights 1 to 9 LightPins 37 to 53 = Top Neon 1 to 5, Left 1 (blue) 2 (red), Right 1 (blue) 2 (red) @@ -79,4 +79,4 @@ Refer to pinout.png to see how it is all wired to a Pop'n Music cabinet. ButtonPins 4 3 2 = Test, Service, Coin connect button pin to ground to trigger button press - +![pinout](https://github.com/CrazyRedMachine/UltimatePopnController/blob/master/pinout.png?raw=true)