krnl 1
Loading...
Searching...
No Matches
datainflash.ino File Reference
#include <avr/pgmspace.h>
Include dependency graph for datainflash.ino:

Go to the source code of this file.

Functions

void setup ()
void loop ()

Variables

const char string_0[] PROGMEM = "String 0"
const char *PROGMEM string_table []
char buffer [30]

Function Documentation

◆ loop()

void loop ( void )

Definition at line 48 of file datainflash.ino.

References buffer, i, and string_table.

◆ setup()

void setup ( )

Definition at line 42 of file datainflash.ino.

Variable Documentation

◆ buffer

char buffer[30]

Definition at line 40 of file datainflash.ino.

◆ PROGMEM

const unsigned char mydata [11][10] PROGMEM = "String 0"

Definition at line 5 of file datainflash.ino.

◆ string_table

const char* PROGMEM string_table[]
Initial value:
=
{
string_0,
string_1,
string_2,
string_3,
string_4,
string_5
}

Definition at line 30 of file datainflash.ino.