PGMWrap icon indicating copy to clipboard operation
PGMWrap copied to clipboard

A concept library for easy use of PROGMEM data.

Results 7 PGMWrap issues
Sort by recently updated
recently updated
newest added

Hi, how can strings be used with a "PGMWrap-like" style ? this will not compile `const char_p my_string[] PROGMEM = "my Text";` cause of "invalid conversion from 'char*' to 'const...

Is it compatible with esp8266 and esp32?

If you use a type that isn't implicitly convertible from `uint8_t`, but still has a size of 1, the program won't compile because the code is trying to convert `uint8_t`...

I just saw your library, didnt use it yet but had a few notes: - A readme is missing - Having size_t would be nice - Why not use `#pragma...

simple_array doesnt compile. You need to remove the 7 inside the array declaration. Downloaded via library manager 1.0.0 Also this code does not work for me: ``` cpp // Magic...