NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
Type definitions and utility macros used in the NMEA2000 libraries. More...
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | F(str) str |
#define | pgm_read_byte(var) *var |
#define | pgm_read_dword(var) *var |
#define | pgm_read_word(var) *var |
#define | PROGMEM |
Functions | |
uint32_t | millis () |
Type definitions and utility macros used in the NMEA2000 libraries.
Definition in file N2kDef.h.
uint32_t millis | ( | ) |