You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use pulseIn at attiny13a while at attiny85 has working with same code but there have problem when uploading the sketch with code
"sg=pulseIn(2,HIGH);" //at attiny85 its work
error mesage
" exit status 1
too few arguments to function 'uint32_t pulseIn(uint8_t, uint8_t, uint32_t)' "
When I put timeout in the code "sg=pulseIn(2,HIGH,1000000);" it can uploading but not work properly
Can you help me how to use pulseIn at attiny13a? Thank you
The text was updated successfully, but these errors were encountered:
I'm trying to use pulseIn at attiny13a while at attiny85 has working with same code but there have problem when uploading the sketch with code
"sg=pulseIn(2,HIGH);" //at attiny85 its work
error mesage
" exit status 1
too few arguments to function 'uint32_t pulseIn(uint8_t, uint8_t, uint32_t)' "
When I put timeout in the code "sg=pulseIn(2,HIGH,1000000);" it can uploading but not work properly
Can you help me how to use pulseIn at attiny13a? Thank you
The text was updated successfully, but these errors were encountered: