Skip to content

Instantly share code, notes, and snippets.

@Wollw
Created April 1, 2012 23:35
Show Gist options
  • Save Wollw/2279469 to your computer and use it in GitHub Desktop.
Save Wollw/2279469 to your computer and use it in GitHub Desktop.
#include <avr/pgmspace.h>
#include "progmem.h"
int main() {}
PROGMEM const char s[] = "Hello, world!";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment