Fix name typo in README

This commit is contained in:
Hans Hübner 2022-02-20 22:21:15 +01:00 committed by GitHub
parent 00e412c552
commit 150177e3de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -39,14 +39,14 @@ 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
- Hans Hübner (@hanshuebner) 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
- 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.