added support for the collide commands
This commit is contained in:
parent
50819abc50
commit
14afe60f8e
4 changed files with 35 additions and 1 deletions
|
@ -12,7 +12,7 @@ pub const arduboy: Arduboy = Arduboy {};
|
|||
#[allow(non_upper_case_globals)]
|
||||
pub const sound: Sound = Sound {};
|
||||
pub use crate::hardware::buttons::*;
|
||||
pub use crate::library::arduboy::{Color, FONT_SIZE, HEIGHT, WIDTH};
|
||||
pub use crate::library::arduboy::{Color, Point, Rect, FONT_SIZE, HEIGHT, WIDTH};
|
||||
pub use crate::library::arduboy_tone::*;
|
||||
pub use crate::library::arduino::*;
|
||||
pub use crate::library::c::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue