kecajtop / dtr0xx_io

MIT License
11 stars 8 forks source link

Expand code to 16 IO board #4

Closed eknower closed 11 months ago

eknower commented 11 months ago

Hi, Your code is great, thanks for that! I got the 16IO version of the board, and the code is not working well - inputs are opened in parallel (1&9, 2&10 etc) and inputs are being detected up to 8. Tried to add more relays with higher pins ends with error. Can you please guide me how to expand the code? As you know, using the esp home components for sn74hc165 & sn74hc595 will not work well (only inputs OR outputs...)

eknower commented 11 months ago

solved by using your already made "sr_count" property. wasted hours of trying doing it alone... haha THANK YOU!