update of the docs and implementing a proper scorebord in snake demo
This commit is contained in:
parent
c21aa97915
commit
0721c6cc45
5 changed files with 46 additions and 22 deletions
|
@ -270,6 +270,8 @@ const BUTTON_DELAY: u32 = 200;
|
|||
pub unsafe extern "C" fn setup() {
|
||||
// put your setup code here, to run once:
|
||||
arduboy.begin();
|
||||
arduboy.audio_on();
|
||||
arduboy.audio_save_on_off()
|
||||
}
|
||||
// The loop() function repeats forever after setup() is done
|
||||
#[no_mangle]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue