aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l4/src/bin/tsc_multipin.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32 tsc examples: minor correctionsmichel2024-11-291-2/+2
|
* Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming ↵michel2024-11-291-6/+6
| | | | consistency
* stm32 multipin examples: remove check for group status since we are using ↵michel2024-11-291-26/+2
| | | | the async pending method
* STM32-TSC: enable discriminating between pins within same TSC group and ↵michel2024-11-291-0/+222
improve TSC library in general