khaled maher
Newbie
Good day
I've found the below Arduino Code for implementing a Digital Filter for analog sensor readings:
https://github.com/curiores/ArduinoTutorials/blob/main/LowPass2.0/LowPass2.0.ino
Now I'm trying to use it with AVR CodeVision Compiler but it always give me "missing {" error at the first line of the code.
I've searched and found that CV doesn't support C++ which means it can not deal with classes, if that correct could you recommend another complier that support C++
I've found the below Arduino Code for implementing a Digital Filter for analog sensor readings:
https://github.com/curiores/ArduinoTutorials/blob/main/LowPass2.0/LowPass2.0.ino
Now I'm trying to use it with AVR CodeVision Compiler but it always give me "missing {" error at the first line of the code.
I've searched and found that CV doesn't support C++ which means it can not deal with classes, if that correct could you recommend another complier that support C++