reordering the crate and addind more documentation
This commit is contained in:
parent
2111e26566
commit
6fb155dff3
14 changed files with 637 additions and 174 deletions
|
@ -1,14 +1,14 @@
|
|||
#![cfg(target_arch = "avr")]
|
||||
#![no_std]
|
||||
#![feature(c_size_t)]
|
||||
|
||||
extern crate panic_halt;
|
||||
mod hardware;
|
||||
mod library;
|
||||
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::arduboy2::{self, Arduboy2, Color, FONT_SIZE, HEIGHT, WIDTH};
|
||||
pub use crate::library::arduboy_tone::ArduboyTones;
|
||||
pub use crate::library::eeprom::{EEPROM, EEPROMBYTE};
|
||||
pub use crate::library::{arduboy_tone_pitch, c, sprites};
|
||||
|
||||
pub use hardware::buttons;
|
||||
pub use hardware::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue