View Single Post
Old 09-19-2008, 10:16 AM   #694 (permalink)
Magister
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
It may come from new stuff in arduino-0012\hardware\cores\arduino and they are compiled/linked with your application.

I made test here with my obduino.pde

arduino-0011 12618 bytes
arduino-0012 12268 bytes

So I gained 350 bytes! And it's my latest application with multiple screen, menu configuration, etc.

Note that I do not use any OO in my code, I do not use their Print class or whatever too. You can take a look at my code for my LCD functions andalso the read/write in EEPROM that I optimized.
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote