|
|
пре 1 година | |
|---|---|---|
| .. | ||
| gblink | пре 1 година | |
| protocols | пре 1 година | |
| .gitsubtree | пре 1 година | |
| Doxyfile | пре 1 година | |
| LICENSE | пре 1 година | |
| README.md | пре 1 година | |
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",
),
],
...
)