First page Back Continue Last page Graphics
Webpages
- You can put both PIC software and webpages into the modtronix flash
- Macros can be inserted into html pages which will be substituted with current AdcValues when fetched
- Macros can alternatively be inserted into a file in javascript format
- AdcValues=["%n00","%n01","%n02","%n03","%n04","%n05","%n06","%n07","%n08","%n09","%n0A","%n0B"];
- This is my preference, as the PIC is intended to be polled. Format for html display is not it’s intended job
- Or you could put the macros in a comma or tab delimited format or anything of your choosing