added begin()
drawBitmap() display() exports for testing purposes
This commit is contained in:
parent
dfe67ea0da
commit
9248c9f2ac
3 changed files with 10 additions and 0 deletions
|
@ -38,3 +38,4 @@ pub use crate::library::ardvoice::{self, ArdVoice};
|
|||
pub use crate::library::eeprom::{EEPROM, EEPROMBYTE};
|
||||
pub use crate::library::{arduino, c, sprites};
|
||||
pub mod serial_print;
|
||||
|
||||
|
|
8
arduboy-rust/src/library/arduboyfx.rs
Normal file
8
arduboy-rust/src/library/arduboyfx.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
|
||||
|
||||
extern "C" {
|
||||
#[link_name = "arduboyfx_begin"]
|
||||
fn arduboyfx_begin();
|
||||
|
||||
}
|
|
@ -7,3 +7,4 @@ pub mod c;
|
|||
pub mod eeprom;
|
||||
pub mod progmem;
|
||||
pub mod sprites;
|
||||
pub mod arduboyfx;
|
Loading…
Add table
Add a link
Reference in a new issue