Skip to main content
TouchMode
esp_hal
1.1.0
Touch
Mode
Implementors
In esp_
hal::
touch
esp_hal
::
touch
Trait
Touch
Mode
Copy item path
Source
pub trait TouchMode: Sealed { }
Expand description
A marker trait describing the mode the touch pad is set to.
Implementors
§
Source
§
impl
TouchMode
for
Continuous
Available on
crate feature
unstable
only.
Source
§
impl
TouchMode
for
OneShot
Available on
crate feature
unstable
only.