ropg / M5Core2

M5Core2 Arduino Library
MIT License
7 stars 1 forks source link

M5Touch.stale() #61

Closed vkichline closed 3 years ago

vkichline commented 3 years ago

I think I've seen you write a post about M5Touch.stale(), but it does not appear in the comments in M5Touch.h. It sounded useful and should be documented here.

ropg commented 3 years ago

Not as useful as I though: naturally one would use the freakin' interrupt wire to wake up and not a stale touch value... I removed the feature. also bc it is better implemented as a 4 byte I2c read and not loading a big library.