aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32u5/src/bin/tsc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming ↵michel2024-11-291-5/+5
| | | | consistency
* STM32-TSC: enable discriminating between pins within same TSC group and ↵michel2024-11-291-43/+32
| | | | improve TSC library in general
* Update exampleEekle2024-06-301-2/+2
|
* fmtEekle2024-06-231-4/+2
|
* Add async wait to TSCEekle2024-06-231-2/+10
|
* Add example for touch sensitive controllerKarun2024-06-131-0/+89