pub trait NineDofClient { // Required method fn callback(&self, arg1: usize, arg2: usize, arg3: usize); }
Client for receiving done events from the chip.
Signals a command has finished. The arguments will most likely be passed over the syscall interface to an application.