#include "pgm.h"
#include "features.h"
Go to the source code of this file.
#define console_buf_done |
( |
|
y | ) |
do{}while(0) |
#define console_buf_len |
( |
| ) |
0 |
#define console_buf_read |
( |
|
x, |
|
|
|
y |
|
) |
| 0 |
#define console_init |
( |
| ) |
do{}while(0) |
#define console_putc |
( |
|
x | ) |
do{}while(0) |
#define console_puthex_byte |
( |
|
x | ) |
do{}while(0) |
#define console_puthex_byte_ |
( |
|
x | ) |
do{}while(0) |
#define console_puthex_nibble |
( |
|
x | ) |
do{}while(0) |
#define console_puthex_word |
( |
|
x | ) |
do{}while(0) |
#define console_puti |
( |
|
x | ) |
do{}while(0) |
#define console_putl |
( |
|
x | ) |
do{}while(0) |
#define console_puts |
( |
|
x | ) |
do{}while(0) |
#define console_puts_p |
( |
|
x | ) |
do{}while(0) |
#define console_puts_P |
( |
|
x | ) |
do{}while(0) |
#define P |
( |
|
s | ) |
({static const char c[] __attribute__ ((progmem)) = s;c;}) |