ServoTimer2 icon indicating copy to clipboard operation
ServoTimer2 copied to clipboard

ServoTimer2 is a simple library for Arduino 1.x that does not use Timer1 in case of a conflict.

Results 9 ServoTimer2 issues
Sort by recently updated
recently updated
newest added

When I try to use the library with my arduino Mega 2560 it says it won't compile, but when I try it with a nano it does. I also might...

Hi there Thank you for the library which is useful in cases of a Timer1 conflict. I have created an Arduino simulation page. Here is the link. This will give...

Using a SG90 servo with this library and tinyGPS++, I still get jitter and erratic motor movement. As so as I add the gps begin, the motion of the motor...

Hi, I tried to run the ServoTimer2 library on an Sparkfun Pro Micro board, (also on a Adafruit feather 32u4) with a 32u4 cpu 8 MHz, but doesn't work. The...

When I try to use this with an ESP8266 with platformio, I get the following error: > Compiling .pioenvs/default/libf18/ServoTimer2_ID1305/ServoTimer2.cpp.o > .piolibdeps/ServoTimer2_ID1305/ServoTimer2.cpp:4:29: fatal error: avr/interrupt.h: No such file or directory >...

I added the overloaded function ServoTimer2::attach(int pin, int min_pulse_width, int max_pulse_width) as it was planned according to ServoTimer2.h from the start. Seems to work well and now also non-standard servos...

Replace this `TIMSK2 = 0; // disable interrupts TCCR2A = 0; // normal counting mode TCCR2B = _BV(CS21); // set prescaler of 8 TCNT2 = 0; // clear the timer2...

This library won't compile but: 'In fact after commenting out //typedef uint8_t boolean; from servoTimer2.h I do not have the problem' See: http://forum.arduino.cc/index.php?topic=303063.new#new

* This library in Web Registry: http://platformio.org/lib/show/1305/ServoTimer2 * Specification: [library.json](http://docs.platformio.org/en/stable/librarymanager/config.html) * Library Manager: http://docs.platformio.org/en/stable/librarymanager/index.html