mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
WIP
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
#![no_std]
|
||||
|
||||
pub use abi_sys::{
|
||||
AUDIO_BUFFER_LEN, audio_buffer_ready, file_len, get_key, list_dir, lock_display, print,
|
||||
read_file, send_audio_buffer, sleep,
|
||||
};
|
||||
use abi_sys::{RngRequest, draw_iter, gen_rand};
|
||||
pub use abi_sys::{file_len, get_key, list_dir, lock_display, print, read_file, sleep};
|
||||
use rand_core::RngCore;
|
||||
pub use shared::keyboard::{KeyCode, KeyEvent, KeyState, Modifiers};
|
||||
use talc::*;
|
||||
|
||||
Reference in New Issue
Block a user