File tree Expand file tree Collapse file tree 6 files changed +14
-2
lines changed
Expand file tree Collapse file tree 6 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ proceed the routine use and eliminates the need for forward declaration.
99Removing the forward declaration helps reduce the exposure of the
1010routines to the application layer. As such only the preamble routine
1111should need to be listed in SparkFun_Extensible_Message_Parser.h.
12+
13+ License: MIT. Please see LICENSE.md for more details
1214------------------------------------------------------------------------------*/
1315
1416#include < stdio.h>
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ proceed the routine use and eliminates the need for forward declaration.
99Removing the forward declaration helps reduce the exposure of the
1010routines to the application layer. As such only the preamble routine
1111should need to be listed in SparkFun_Extensible_Message_Parser.h.
12+
13+ License: MIT. Please see LICENSE.md for more details
1214------------------------------------------------------------------------------*/
1315
1416#include < stdio.h>
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ proceed the routine use and eliminates the need for forward declaration.
99Removing the forward declaration helps reduce the exposure of the
1010routines to the application layer. As such only the preamble routine
1111should need to be listed in SparkFun_Extensible_Message_Parser.h.
12+
13+ License: MIT. Please see LICENSE.md for more details
1214------------------------------------------------------------------------------*/
1315
1416#include < stdio.h>
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ proceed the routine use and eliminates the need for forward declaration.
99Removing the forward declaration helps reduce the exposure of the
1010routines to the application layer. As such only the preamble routine
1111should need to be listed in SparkFun_Extensible_Message_Parser.h.
12+
13+ License: MIT. Please see LICENSE.md for more details
1214------------------------------------------------------------------------------*/
1315
1416#include < stdio.h>
Original file line number Diff line number Diff line change 11/* ------------------------------------------------------------------------------
22SparkFun_Extensible_Message_Parser.cpp
33
4- Parse messages from GNSS radios
4+ Parse messages from GNSS radios
5+
6+ License: MIT. Please see LICENSE.md for more details
57------------------------------------------------------------------------------*/
68
79#include < malloc.h>
Original file line number Diff line number Diff line change 11/*------------------------------------------------------------------------------
22SparkFun_Extensible_Message_Parser.h
33
4- Constant and routine declarations for the extensible message parser.
4+ Constant and routine declarations for the extensible message parser.
5+
6+ License: MIT. Please see LICENSE.md for more details
57------------------------------------------------------------------------------*/
68
79#ifndef __SPARKFUN_EXTENSIBLE_MESSAGE_PARSER_H__
You can’t perform that action at this time.
0 commit comments