monkeybiscuits
Active member
Hi, I'm making a teensy midi controller with a few small buttons. Sometimes I need button to be momentary and sometimes I need a latch. It's easy enough to make the button behaviors switchable by using boolean values and a 'shift' button. But is there anyway to save those boolean values after the teensy has been powered down? I'm sure the SD shield could store whatever I need but that seems like overkill if all I need are a few boolean values.