Since today I get the error
util/delay.h no such file
at line
when compiling a sletch that worked for a good time now
Changing to <avr/delay.h> gives the same result.
MacOs 11.2.3 BigSur
Arduino 1.8.13
Teensyduino 1.53
The same error occurs with
that also worked for e good time.
How can I find these libraries?
util/delay.h no such file
at line
Code:
#include <util/delay.h>
Changing to <avr/delay.h> gives the same result.
MacOs 11.2.3 BigSur
Arduino 1.8.13
Teensyduino 1.53
The same error occurs with
Code:
#include <i2c_t3.h>
that also worked for e good time.
How can I find these libraries?


