Versions in this module Expand all Collapse all v0 v0.29.0 Oct 30, 2024 Changes in this version + type Array struct + func NewArray(pins []machine.Pin) *Array + func (a *Array) RawValue(index int) int + func (a *Array) SetDynamicThreshold(sensitivity int) + func (a *Array) SetStaticThreshold(threshold int) + func (a *Array) SmoothedValue(index int) int + func (a *Array) Touching(index int) bool + func (a *Array) Update()