We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ffdb3 commit 2948fb1Copy full SHA for 2948fb1
content/docs/reference/microcontrollers/gameboy-advance.md
@@ -36,6 +36,11 @@ tinygo build -o main.gba -target gameboy-advance examples/gba-display
36
37
You can now use the GBA file with your emulator or flash it onto your physical hardware.
38
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
44
## Flashing
45
46
Information needed here...
0 commit comments