From: Wojciech Z. <wz...@is...> - 2013-06-10 08:21:06
|
Hi, If I want to extend the standard dictionary with some words defined by me, is it possible to compile them on PC so, that when ATmega is programmed, my words are already available? I simply want to avoid relatively lengthy process of adding the new definitions after programming (and minimize the EEPROM usage, as it is rewritten, whenever new word is defined ;-) ) I know, that I can do it defining the new words in assembler, but the syntax is not very easy to read and write... is there any better solution? -- TIA & Regards, Wojtek |