aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32l0/src/bin/tsc_multipin.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32 tsc examples: minor correctionsmichel2024-11-291-4/+4
|
* Refactor TSC module: Remove redundant 'Tsc' prefixes for improved naming ↵michel2024-11-291-5/+5
| | | | 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/+233
improve TSC library in general