reordering the crate and addind more documentation and added the docs to the same repo
This commit is contained in:
parent
6fb155dff3
commit
34c781e882
1035 changed files with 11041 additions and 18 deletions
|
@ -3,12 +3,11 @@
|
|||
#![feature(c_size_t)]
|
||||
|
||||
extern crate panic_halt;
|
||||
mod hardware;
|
||||
pub mod hardware;
|
||||
mod library;
|
||||
pub mod prelude;
|
||||
mod print;
|
||||
pub use crate::library::arduboy2::{self, Arduboy2, Color, FONT_SIZE, HEIGHT, WIDTH};
|
||||
pub use crate::library::arduboy_tone::ArduboyTones;
|
||||
pub use crate::library::arduboy_tone::{self, ArduboyTones};
|
||||
pub use crate::library::eeprom::{EEPROM, EEPROMBYTE};
|
||||
pub use crate::library::{arduboy_tone_pitch, c, sprites};
|
||||
pub use hardware::*;
|
||||
pub use crate::library::{c, sprites};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue