Skip to content

Commit

Permalink
README: update howto
Browse files Browse the repository at this point in the history
  • Loading branch information
kbembedded committed Dec 17, 2023
1 parent 805c3da commit 920fa56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,17 @@ Available from: https://github.com/kbembedded/flipper-gblink

## Use example
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",
sources=["gblink.c"],
),
],
...
)
```

0 comments on commit 920fa56

Please sign in to comment.