gba/examples
Hpmason ec0ca7d804
Add RNG (#142)
* Add random

* Add GBA random example

* switch macro_export to pub(crate)

* rename u32_to_u32 macro

* remove useless pub use

* Comment out extra u32 to u16 macro

* Comment random_color example

* formatting

* More commenting

* Add/fix some docs

* Fix some doc links

* Remove use of u64
- Halve bit widths where u64 was used

* Add Gen32::next_color()
2021-05-17 12:22:51 -06:00
..
hello_world.rs remove proc macro usage and finish out the mmio (#125) 2021-04-08 23:57:30 -06:00
irq.rs this is the commit that gave the ICE. 2021-05-01 18:38:52 -06:00
keypad.rs add an example using the keypad. 2021-04-10 09:19:25 -06:00
random_color.rs Add RNG (#142) 2021-05-17 12:22:51 -06:00
test_savegame.rs fix macros. 2021-05-01 19:45:55 -06:00