Search found 3 matches

by rkhpd
Thu 2023-12-14 9:05
Forum: Simulation
Topic: Arduino Simulation Multipe Source files *ino
Replies: 4
Views: 980

Re: Arduino Simulation Multipe Source files *ino

Thanks, now it works fine. For others, who have the same problem: Install at least Proteus Version 8.17 (Beta) to use the Arduino IDE 2, important notes: New Project (New Project Wizard) Create Firmware Project (Compiler Arduino IDE 2). Unhook the " Create Quick Start Files" and "Crea...
by rkhpd
Wed 2023-11-08 19:22
Forum: Simulation
Topic: Arduino Simulation Multipe Source files *ino
Replies: 4
Views: 980

Re: Arduino Simulation Multipe Source files *ino

Thanks for the support, but this solution seams not very practical. Writing the declarations is ok: void led_blinking_off(void); void serial_receive_string(void); but I also have to implement all variables which are used in the func1 and func2 manually: extern int LED1; extern int LED2; extern int L...
by rkhpd
Tue 2023-11-07 19:26
Forum: Simulation
Topic: Arduino Simulation Multipe Source files *ino
Replies: 4
Views: 980

Arduino Simulation Multipe Source files *ino

Good Day, I created a new project with the following details: Arduino 328 Arduino board with ATmega328P Controller Family: AVR Device: ATmega328P Compiler: Arduino AVR As Source code I added 3 *ino files from my project, which i created with the Arduino IDE. But compiling failes. I get errors like &...