C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp: In member function 'void Adafruit_CircuitPlayground::playTone(uint16_t, uint16_t, bool)':
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:215:3: error: 'PLLFRQ' was not declared in this scope
PLLFRQ = (PLLFRQ & 0xCF) | 0x30; // Route PLL to async clk
^~~~~~
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:215:3: note: suggested alternative: 'PCIFR'
PLLFRQ = (PLLFRQ & 0xCF) | 0x30; // Route PLL to async clk
^~~~~~
PCIFR
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:216:3: error: 'TCCR4A' was not declared in this scope
TCCR4A = _BV(COM4A0) | _BV(PWM4A); // Clear on match, PWMA on
^~~~~~
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:216:3: note: suggested alternative: 'TCCR0A'
TCCR4A = _BV(COM4A0) | _BV(PWM4A); // Clear on match, PWMA on
^~~~~~
TCCR0A
In file included from c:\users\1\desktop\arduino-1.8.13\hardware\tools\avr\avr\include\avr\io.h:99:0,
from c:\users\1\desktop\arduino-1.8.13\hardware\tools\avr\avr\include\avr\pgmspace.h:90,
from C:\Users\1\Desktop\arduino-1.8.13\hardware\arduino\avr\cores\arduino/Arduino.h:28,
from C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master/Adafruit_Circuit_Playground.h:20,
from C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:30:
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:216:17: error: 'COM4A0' was not declared in this scope
TCCR4A = _BV(COM4A0) | _BV(PWM4A); // Clear on match, PWMA on
^
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:216:17: note: suggested alternative: 'COM0A0'
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:216:31: error: 'PWM4A' was not declared in this scope
TCCR4A = _BV(COM4A0) | _BV(PWM4A); // Clear on match, PWMA on
^
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:216:31: note: suggested alternative: 'PWM'
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:217:3: error: 'TCCR4B' was not declared in this scope
TCCR4B = _BV(PWM4X) | scalebits; // PWM invert
^~~~~~
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:217:3: note: suggested alternative: 'TCCR0B'
TCCR4B = _BV(PWM4X) | scalebits; // PWM invert
^~~~~~
TCCR0B
In file included from c:\users\1\desktop\arduino-1.8.13\hardware\tools\avr\avr\include\avr\io.h:99:0,
from c:\users\1\desktop\arduino-1.8.13\hardware\tools\avr\avr\include\avr\pgmspace.h:90,
from C:\Users\1\Desktop\arduino-1.8.13\hardware\arduino\avr\cores\arduino/Arduino.h:28,
from C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master/Adafruit_Circuit_Playground.h:20,
from C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:30:
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:217:17: error: 'PWM4X' was not declared in this scope
TCCR4B = _BV(PWM4X) | scalebits; // PWM invert
^
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:217:17: note: suggested alternative: 'PWM'
C:\Users\1\Desktop\arduino-1.8.13\libraries\DHT-sensor-library-master\Adafruit_CircuitPlayground.cpp:218:3: error: 'TCCR4D' was not declared in this scope
TCCR4D = 0; // Fast PWM mode
^~~~~~