Cryptjar / avr-progmem-rs

Progmem utility for the AVR architecture
Apache License 2.0
28 stars 8 forks source link

Change `ProgMem` from a wrapper by value to simple pointer wrapper. #5

Closed Cryptjar closed 2 years ago

Cryptjar commented 2 years ago

The motivation for this change is to have two statics: a hidden one that will store the actual value in progmem and a public facade static that the user can access by referencing it.

TODOs: