Is there a general reference to converting 017 - 023 sketches, headers and .cpp files to 1.0 - 1.01 convention beyond the Arduino Definitions contained in Arduino.h. I understand some of the basics of conversion { Byte becomes uint8_t} (what does the 't' stand for?) having a very small understanding of C and C++ I was wondering is there was a general guide for making older Arduino files work with the new compiler and associated files.
I do appreciate the answer to the small question however I don't know where to find help in converting old compiler version sketches to 1.0 - 1.01 version sketches.
Is this done on a line by line basis, question by question basis?
I think that the last two people have been the best advice ever, I thought I had all instances Arduino 1.0 stopped when I installed the Lib's and I had edited them for the obvious errors but when I try now to compile them I have errors from sketch to h files that indicate I have to fix the sketch to comply with the header file but now all will compile to the 'semantic' error in the sketch. Where I was getting errors before that I didn't recognize as Library issues until I gave it some real thought... and found the open IDE and closed it, then all was different in attempting compilation and the errors became "Understandable"
Thank All for the great references... I'm just hoping to get to the 90% level... only 90% of the day, the 10% doing things electronic that I want to do... 97% now