NinjaFlight
|
#include <stdbool.h>
#include <stdint.h>
#include <ctype.h>
#include <string.h>
#include <platform.h>
#include "gps_conversion.h"
Macros | |
#define | DIGIT_TO_VAL(_x) (_x - '0') |
Functions | |
uint32_t | GPS_coord_to_degrees (const char *coordinateString) |
#define DIGIT_TO_VAL | ( | _x | ) | (_x - '0') |
uint32_t GPS_coord_to_degrees | ( | const char * | coordinateString | ) |