tessel / attiny-common

A common library for Tessel's ATTiny based modules
2 stars 0 forks source link

increase bootup time for slow ir module #9

Open johnnyman727 opened 8 years ago

johnnyman727 commented 8 years ago

Apparently, the IR modules takes longer to bootup and setup the SPI controller so this PR increases the amount of time to wait after a reset before checking firmware version and module id.

Fixes https://github.com/tessel/ir-attx4/issues/31

LinusU commented 8 years ago

LGTM