1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
/**
 * adi - Aldaron's Device Interface - "lib.rs"
 * Copyright 2017 (c) Jeron Lau - Licensed under the MIT LICENSE
**/

pub const VERSION : &'static str = "adi 0.3.1";

// Screen
pub extern crate adi_screen;
pub use adi_screen as screen;

// Clock
pub use adi_screen::adi_clock;
pub use adi_screen as clock;