Close

Using PROGMEM

A project log for Integrated Circuit Tester & Exploratory Tool

Interactive tester and exploratory tool for logic chips

john-lonerganJohn Lonergan 02/07/2020 at 17:120 Comments

Massive reduction in dynamic memory needs (IE ram) due to moving all strings to flash. Much more stable now.

Created a convenience library using macros  for writing to serial.print as my old functions approach no longer works with the flash strings.

Discussions