adafruit / Adafruit_Seesaw

Arduino library driver for seesaw multi-use chip
93 stars 64 forks source link

ATtiny817 Arduino Input Pullups #79

Closed el-samiyel closed 4 months ago

el-samiyel commented 1 year ago

INPUT_PULLUP doesn't seem to be implemented for the ATtiny817 on Arduino, but has been implemented on python.

https://learn.adafruit.com/adafruit-attiny817-seesaw/digital-input

Is there an update coming?

Cheers

ladyada commented 1 year ago

hiya, not sure what you mean, we have INPUT_PULLUP in the library - is there an example that you have written that does not work as expected?

caternuson commented 4 months ago

Closing due to lack of response. Can reopen if example sketch provided.