|
|
il y a 1 an | |
|---|---|---|
| gblink | il y a 1 an | |
| protocols | il y a 1 an | |
| LICENSE | il y a 2 ans | |
| README.md | il y a 1 an |
Simple API that can be included in projects to provide a flexible and easy way to handle data exchange over a Game Link Cable.
Current Version: 0.62
Available from: https://github.com/kbembedded/flipper-gblink
See https://github.com/kbembedded/Flipper-Zero-Game-Boy-Pokemon-Trading
To include this in a Flipper Zero application, add this repo as a submodule in the lib/ directory of the application source. Then add the following to application.fam:
App(
...
fap_private_libs=[
Lib(
name="flipper-gblink",
),
],
...
)