Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 586 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 586 Bytes

Capacitive Switch (Touch Sensor) (HW-138)

demo.mp4

This example uses interrupts to detect when the capacitive switch is touched.

Features

  • Guess the random generated number by touching the capacitive switch.

How to Run

To run the example, use the following command:

cargo run -p capacitive-switch

Notes