Skip to content

Commit

Permalink
Update documents
Browse files Browse the repository at this point in the history
  • Loading branch information
u1f992 committed Oct 14, 2024
1 parent 6000a00 commit b5ccc83
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 57 deletions.
48 changes: 0 additions & 48 deletions Makefile

This file was deleted.

22 changes: 14 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Jiangtun (江豚)

GC automation alternative firmware for Raspberry Pi Pico.
GameCube automation alternative firmware for RP2040.

- [NX Macro Controller](https://blog.bzl-web.com/entry/2020/01/20/165719)
- [Poke-Controller Modified](https://github.com/Moi-poke/Poke-Controller-Modified)
- [ORCA GC Controller](https://github.com/yatsuna827/Orca-GC-Controller) (experimental)
- [ORCA GC Controller](https://github.com/yatsuna827/Orca-GC-Controller)

Use GameCube: `GPIO5`, Servo: `GPIO6`. ([WHALE](https://github.com/mizuyoukanao/Bluewhale) compatible)
## Pin assignment

| Pico | XIAO RP2040 | Function |
| :---: | :---------: | :----------------: |
| 7 | D5 | GameCube DATA |
| 0 | D6 | Servo |
| 3 | D10 | Reset (Active Low) |

## Button mapping

Expand All @@ -18,14 +24,14 @@ Use GameCube: `GPIO5`, Servo: `GPIO6`. ([WHALE](https://github.com/mizuyoukanao/
| X | X |
| L | L |
| R | R |
| ZL | (none) |
| ZL | |
| ZR | Z |
| - | (none) |
| - | |
| + | Start |
| L Click | (none) |
| R Click | (none) |
| L Click | |
| R Click | |
| Home | Reset |
| Capture | (none) |
| Capture | |

## Development

Expand Down
2 changes: 1 addition & 1 deletion lib/jiangtun-core/library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=jiangtun-core
version=1.0.0
version=0.1.0
author=Koutaro Mukai
maintainer=Koutaro Mukai
sentence=The core library of Jiangtun.
Expand Down

0 comments on commit b5ccc83

Please sign in to comment.