|
|
1 سال پیش | |
|---|---|---|
| protocols | 1 سال پیش | |
| LICENSE | 2 سال پیش | |
| README.md | 1 سال پیش | |
| clock_timer.c | 1 سال پیش | |
| clock_timer.h | 1 سال پیش | |
| exti_workaround.c | 1 سال پیش | |
| exti_workaround.h | 1 سال پیش | |
| gblink.c | 1 سال پیش | |
| gblink.h | 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.6
Available from: https://github.com/kbembedded/flipper-gblink
See https://github.com/EstebanFuentealba/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",
),
],
...
)