From 00e412c55282364184e58e8742c4060e992aceff Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Sun, 20 Feb 2022 13:58:42 -0500 Subject: [PATCH] Add contributions/thanks to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1de4153..3b40c1c 100644 --- a/README.md +++ b/README.md @@ -38,5 +38,15 @@ If you have a problem or idea for enhancement, log an issue [here](https://githu [Update to latest](https://github.com/tjboldt/Apple2-IO-RPi/discussions/65) +## Contributions/Thanks +- Hans Hübner (hanshubner) for help cleaning up schematics +- Scott (figital) for assembling early prototypes and recommending the AT28C64B chip +- Philip A. for help with 3.3V conversion +- David Schmenk (dschmenk) for creating his Apple2Pi project, proving that Raspberry Pi can be powered by the Apple II expansion bus +- Wyatt Wong (wyatt-wong) for testing with multiple cards +- (Abysmal) for shell and rpi.command testing +- (bfranske) for suggesting adding the 5V jumper +- Tim Boldt (timboldt) for recommending removing sysfs based GPIO code + ## Similar Project If you prefer having Apple II peripherals control a Raspberry Pi rather than simply using the Raspberry Pi to provide storage, network access and processing to the Apple II, have a look at David Schmenk's excellent [Apple2Pi](https://github.com/dschmenk/apple2pi) project. I am often asked about differences between these two projects. They are similar in some ways but essentially opposite. The Apple2Pi is meant for the primary machine to be the RPi, using the Apple II for it's peripherals. The Apple2-IO-RPi is meant to have the Apple II as the primary machine and just use the RPi for its processing, storage and network.