7 namespace key_provider {
interface for components that provide keypresses
void send_key_(uint8_t key)
CallbackManager< void(uint8_t)> key_callback_
void add_on_key_callback(std::function< void(uint8_t)> &&callback)
Implementation of SPI Controller mode.