sketchbook
|
#include <avr/io.h>
#include <avr/pgmspace.h>
Go to the source code of this file.
Macros | |
#define | USB_READ_FLASH(addr) pgm_read_byte(addr) |
#define | macro .macro |
#define | endm .endm |
#define | nop2 rjmp .+0 /* jump to next instruction */ |
#define | PRG_RDB(addr) USB_READ_FLASH(addr) |
#define endm .endm |
#define macro .macro |
#define nop2 rjmp .+0 /* jump to next instruction */ |
#define PRG_RDB | ( | addr | ) | USB_READ_FLASH(addr) |