On Fri, Jan 27, 2023 at 1:57 PM Gregory Nutt <spudan...@gmail.com> wrote:
> On 1/27/2023 12:15 PM, Nathan Hartman wrote: > > Is there a global structure where you retain state information where it > > would be appropriate to save the most refent known state in a volatile > > variable? > Good, modular design would discourage the use of global variables in > such a way. > Agreed. I misread and thought we were talking about an interrupt. Nathan