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
Have tried using the versions above with an Attiny85 but got a few errors comeback:
.pio\libdeps\attiny85\Servo\src\avr\Servo.cpp:82:44: error: cannot convert 'volatile uint8_t* {aka volatile unsigned char*}' to 'volatile uint16_t* {aka volatile unsigned int*}' for argument '2' to 'void handle_interrupts(timer16_Sequence_t, volatile uint16_t*, volatile uint16_t*)'
.pio\libdeps\attiny85\Servo\src\avr\Servo.cpp:128:5: error: 'TCCR1A' was not declared in this scope
.pio\libdeps\attiny85\Servo\src\avr\Servo.cpp:129:5: error: 'TCCR1B' was not declared in this scope
.pio\libdeps\attiny85\Servo\src\avr\Servo.cpp:136:5: error: 'TIFR1' was not declared in this scope
.pio\libdeps\attiny85\Servo\src\avr\Servo.cpp:137:5: error: 'TIMSK1' was not declared in this scope
Was just wondering if these are an easy fix, or if it's something I'm missing?!
Regards,
George M.
The text was updated successfully, but these errors were encountered:
These errors is because the library does not currently support the ATtiny85. Until such time as Arduino might add such support, I will recommend the excellent ATTinyCore boards platform, the installation of which includes a "Servo_ATTinyCore" library supporting the ATtiny85:
Have tried using the versions above with an Attiny85 but got a few errors comeback:
Was just wondering if these are an easy fix, or if it's something I'm missing?!
Regards,
George M.
The text was updated successfully, but these errors were encountered: