Mutila: Mouse's Utilities for Arduino
Oft-used utilities: debouncing buttons, averaging samples, and so on.
|
This is the complete list of members for QuantizedPot, including all inherited members.
_counter (defined in QuantizedPot) | QuantizedPot | protected |
_delay (defined in QuantizedPot) | QuantizedPot | protected |
_lastRaw (defined in QuantizedPot) | QuantizedPot | protected |
_lastStateChange (defined in QuantizedPot) | QuantizedPot | protected |
_lastUpdate (defined in QuantizedPot) | QuantizedPot | protected |
_pin (defined in QuantizedPot) | QuantizedPot | protected |
_rangeCount (defined in QuantizedPot) | QuantizedPot | protected |
_rangeMax (defined in QuantizedPot) | QuantizedPot | protected |
_ranges (defined in QuantizedPot) | QuantizedPot | protected |
_state (defined in QuantizedPot) | QuantizedPot | protected |
_threshold (defined in QuantizedPot) | QuantizedPot | protected |
_value() | QuantizedPot | protected |
_velocity (defined in QuantizedPot) | QuantizedPot | protected |
addRange(int start, int end) | QuantizedPot | |
begin(uint8_t threshold=AbstractDebouncedButton::DefaultThreshold, uint8_t delay=AbstractDebouncedButton::DefaultButtonDelay) | QuantizedPot | |
QuantizedPot(const uint8_t pin, int8_t maxRanges) | QuantizedPot | |
setState(int8_t newState) (defined in QuantizedPot) | QuantizedPot | protected |
update() | QuantizedPot | |
value() | QuantizedPot | |
velocity() | QuantizedPot | inline |
~QuantizedPot() | QuantizedPot |