atsamd-rs / atsamd

Target atsamd microcontrollers using Rust
https://matrix.to/#/#atsamd-rs:matrix.org
Apache License 2.0
537 stars 193 forks source link

Neo Trinkey -- Capacitive touch pad support #729

Open lynnpepin opened 1 month ago

lynnpepin commented 1 month ago

Per [https://github.com/atsamd-rs/atsamd/pull/471], the Adafruit Neopixel Trinkey support was merged in without support for the capacitive touch buttons.

I'm happily using neo_trinkey without it :) But I am personally looking for such support.

I would actually love to take this on myself. I'm a novice in both Rust and embedded, and I've scoured the existing Rust and CircuitPython source but I'm a bit lost. If anyone has any pointers or recommendations, I'd certainly appreciate it so I can poke at it during weekends :)

sajattack commented 1 month ago

there's more details on the peripheral touch controller in #420

lynnpepin commented 1 month ago

Checking it out-- thank you!