Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: libmDot mbed-rtos mbed
Fork of mDot_LoRa_Sensornode by
uBloxConfig Class Reference
A configuration container for the uBlox. More...
#include <uBloxConfig.h>
Public Member Functions | |
void | build (uBLOX_MODE) |
Generates a configuration according to the chosen uBLOX_MODE. |
Detailed Description
A configuration container for the uBlox.
All its configuration values are stored an held inside this Class. Depending on the uBLOX_MODE it sets all the configuration values.
Definition at line 40 of file uBloxConfig.h.
Member Function Documentation
void build | ( | uBLOX_MODE | desiredMode ) |
Generates a configuration according to the chosen uBLOX_MODE.
More exactly it builds the strings that have to be sent at the initialization of the uBlox to run the uBlox to run it in a specific configuration
- Parameters:
-
desiredMode the mode to build the configuration according to
Definition at line 39 of file uBloxConfig.cpp.
Generated on Tue Jul 12 2022 20:10:02 by
