Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Regarding CodeVision AVR Compiler

Status
Not open for further replies.

khaled maher

Newbie
Joined
Aug 21, 2006
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,310
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++
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top