Skip to content

Commit d835b13

Browse files
committed
Adding more hid-io commands
- h0016 - Flash Mode - h0017 - UTF-8 String - h0018 - UTF-8 State - h001a - Sleep Mode - h0031 - Terminal Command - h0034 - Terminal Output Includes some branch merge fixes as well
1 parent 5e16f5e commit d835b13

File tree

9 files changed

+931
-53
lines changed

9 files changed

+931
-53
lines changed

examples/watchnodes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use futures::{AsyncReadExt, FutureExt};
2424
use hid_io_core::common_capnp::NodeType;
2525
use hid_io_core::hidio_capnp::hid_io;
2626
use hid_io_core::hidio_capnp::hid_io_server;
27-
use hid_io_core::protocol::hidio::HidIoCommandID;
27+
use hid_io_protocol::HidIoCommandID;
2828
use rand::Rng;
2929
use std::collections::HashMap;
3030
use std::convert::TryFrom;

0 commit comments

Comments
 (0)