#include <gcode.h>
Constructor & Destructor Documentation
Member Function Documentation
void print_float_P |
( |
PGM_P |
ptr, |
|
|
float |
value, |
|
|
uint8_t |
digits = 2 |
|
) |
| |
void print_int_P |
( |
PGM_P |
ptr, |
|
|
int |
value |
|
) |
| |
void print_long_P |
( |
PGM_P |
ptr, |
|
|
long |
value |
|
) |
| |
void print_P |
( |
PGM_P |
ptr | ) |
|
Print a string stored in program memory on serial console.
Example: serial_print_pgm(PSTR("Dummy string"));
void printFloat |
( |
double |
number, |
|
|
uint8_t |
digits = 2 |
|
) |
| |
void println_float_P |
( |
PGM_P |
ptr, |
|
|
float |
value, |
|
|
uint8_t |
digits = 2 |
|
) |
| |
void println_int_P |
( |
PGM_P |
ptr, |
|
|
int |
value |
|
) |
| |
void println_long_P |
( |
PGM_P |
ptr, |
|
|
long |
value |
|
) |
| |
void println_P |
( |
PGM_P |
ptr | ) |
|
Print a string stored in program memory on serial console.
Example: out.println_P(PSTR("Dummy string"));
void write |
( |
uint8_t |
value | ) |
|
The documentation for this class was generated from the following files: