Is it possible to use an Attiny84 to drive a servo? I understood that when I bought the Attiny84 it has 16-bit timers, and so should be able to use the Servo.h library, in the same way as an Arduino Uno?
Is that correct thinking?
If it is possible is there anything I need to know about which pins to use?
I am trying to run a Sketch that does a basic servo sweep, which works fine on the Arduino Uno but does not work on the Attiny84.
Ive checked the programming of the Attiny84 with a basic Blink sketch and it works fine.
Is it possible to use an Attiny84 to drive a servo? I understood that when I bought the Attiny84 it has 16-bit timers, and so should be able to use the Servo.h library, in the same way as an Arduino Uno?
Is that correct thinking?
Yes. It has a 16-bit timer, like the Uno.
crtinkerer:
If it is possible is there anything I need to know about which pins to use?
Is it possible to use an Attiny84 to drive a servo? I understood that when I bought the Attiny84 it has 16-bit timers, and so should be able to use the Servo.h library, in the same way as an Arduino Uno?
Is that correct thinking?
If it is possible is there anything I need to know about which pins to use?
I am trying to run a Sketch that does a basic servo sweep, which works fine on the Arduino Uno but does not work on the Attiny84.
Ive checked the programming of the Attiny84 with a basic Blink sketch and it works fine.
Thanks!
Which clock on the Attiny84 are you using? I've read internal 1MHZ isn't enough, but I've never tried.