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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue