I consider my current project as a big project. The compile outcome looks as follows
Device: atmega2560
Program: 79240 bytes (30.2% Full)
(.text + .data + .bootloader)Data: 5469 bytes (66.8% Full)
(.data + .bss + .noinit)
And there is still quite some code to be added.
It includes GPS;ethernet;AES;SD;6 motors;battery management (recharge still to be programmed);remote control;
There are 17 source code files (.ino .cpp .h) in the main project and several others in libraries I develop at the same time.
There are 3570 non blank lines of code (that is inclusive all the libraries I use).
By the way I'm not using visual studio but my eclipse plugin ]![]()
Best regards.
Jantje