Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with ATTiny45 and short pulses #2

Open
rkopka42 opened this issue Dec 16, 2019 · 1 comment
Open

Problem with ATTiny45 and short pulses #2

rkopka42 opened this issue Dec 16, 2019 · 1 comment
Assignees
Labels

Comments

@rkopka42
Copy link

I tried to use the lib in a small RCSwitch (https://github.com/rkopka42/MUX_servos3). It reads one input, sets some pins and makes a small delay (100ms). Everything worked fine with an Arduino Uno.
With an ATTiny45 problems started. It seems to get valid time values only for about 1400us and longer pulses. I tried it with 8MHz int. and 16MHz PLL without difference.

I didn't programm a debug version with serial output, so I don't know what value was returned.
I finally did a direct interrupt solution which worked.

@willie68
Copy link
Owner

hi,
thanks for your response. I'll try to reproduce your issue.

@willie68 willie68 self-assigned this Dec 19, 2019
@willie68 willie68 added the bug label Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants