vkvark

Results 3 issues of vkvark

Very strange, if I try to compile this sketch: ``` #define led 10 void setup() { fastioMode(led, OUTPUT); } void loop() { } ``` Arduino IDE will not compile it,...

**Describe the bug** Hi there. I've tried to compile some examples from the 'pwm' library and failed. **To Reproduce** Just open the 'pwm_d5d6_duo0.ino' or 'pwm_d5d6_solo.ino' or 'pwm_d9d10_duo1.ino' example and try...

Hello all. I'm trying to compile the 'DFPlayer_ESP8266_HW_Serial.ino' example, but Arduino IDE 2.2.1 fails with tthe following output: ``` C:\Users\kvark\OneDrive\Arduino\libraries\DFPlayer-ESP\examples\DFPlayer_ESP8266_HW_Serial\DFPlayer_ESP8266_HW_Serial.ino: In function 'void setup()': C:\Users\kvark\OneDrive\Arduino\libraries\DFPlayer-ESP\examples\DFPlayer_ESP8266_HW_Serial\DFPlayer_ESP8266_HW_Serial.ino:72:44: error: no matching function for...