[][src]Module wooting_sdk::analog

Contains functions from Wooting's Analog SDK.

Functions

is_wooting_keyboard_connected

Is there a Wooting keyboard connected?

read_analog_key

Read the analog value, represented by a u8, of the requested key.

read_analog_keys

Read the analog value, represented by a u8, of pressed keys, up to a maximum of n keys (maximum of sixteen).

set_disconnected_callback

Set a callback to be invoked when a keyboard is disconnected. Currently only happens on a failed read.