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
|
@ -1,6 +1,9 @@
|
|||
#![no_std]
|
||||
#![feature(c_size_t)]
|
||||
#![allow(non_upper_case_globals)]
|
||||
use arduboy_rust::prelude::*;
|
||||
const arduboy: Arduboy2 = Arduboy2::new();
|
||||
const sound: ArduboyTones = ArduboyTones::new();
|
||||
|
||||
const BOTTOM: u8 = 64;
|
||||
const RIGHT_END: u8 = 128;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue