Skip to content

Commit 2948fb1

Browse files
scralydeadprogram
authored andcommitted
feat: add examples section
1 parent 49ffdb3 commit 2948fb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/docs/reference/microcontrollers/gameboy-advance.md

+5
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ tinygo build -o main.gba -target gameboy-advance examples/gba-display
3636

3737
You can now use the GBA file with your emulator or flash it onto your physical hardware.
3838

39+
## Examples
40+
41+
* [gba-display](https://github.com/tinygo-org/tinygo/blob/release/src/examples/gba-display/gba-display.go)
42+
* [Other GBA examples (Buttons, Gopher, Snake...)](https://github.com/tinygo-org/tinygba/tree/main/examples)
43+
3944
## Flashing
4045

4146
Information needed here...

0 commit comments

Comments
 (0)