update of the docs and implementing a proper scorebord in snake demo

This commit is contained in:
Zenn 2023-08-14 19:32:34 +02:00
parent c21aa97915
commit 0721c6cc45
5 changed files with 46 additions and 22 deletions

View file

@ -8,7 +8,7 @@ pub mod prelude;
mod print;
pub use crate::library::arduboy::{Arduboy, Color, FONT_SIZE, HEIGHT, WIDTH};
pub use crate::library::arduboy_tone::Sound;
pub use crate::library::eeprom::EEPROM;
pub use crate::library::eeprom::{EEPROM, EEPROMBYTE};
pub use crate::library::{arduboy_tone_pitch, c, sprites};
pub use hardware::buttons;