NMEA2000 Library
0.1
Library to handle NMEA 2000 Communication written in C++
|
Specific compiler definition to adapt the library to your needs. More...
Go to the source code of this file.
Specific compiler definition to adapt the library to your needs.
As default NMEA 2000 library will have all NMEA 2000 mandatory features automatically enabled.
Some rarely used or new requirements takes so much memory, that you may want to leave them away. Arduino IDE does not have possibility to define compiler definitions on project, so here is sample file, where you can disable some features and save memory.
Definition in file NMEA2000_CompilerDefns.h.