Update license
This commit is contained in:
parent
8ab8cdedbd
commit
35bdddc173
7 changed files with 16 additions and 4 deletions
|
@ -16,11 +16,11 @@ fn main() -> std::io::Result<()> {
|
|||
// and send data back to origin.
|
||||
let buf = &mut buf[..amt];
|
||||
let face = LiveLinkFace::decode(buf);
|
||||
shitty_print(face.1);
|
||||
print_values(face.1);
|
||||
}
|
||||
}
|
||||
|
||||
fn shitty_print(face_data: LiveLinkFace) {
|
||||
fn print_values(face_data: LiveLinkFace) {
|
||||
print!("{}[2J", 27 as char);
|
||||
stdout().flush().unwrap();
|
||||
println!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue