Pico GPS Teseo I2C
|
#include <string>
#include <algorithm>
#include <stdio.h>
#include "pico/stdlib.h"
import teseo;
import port_pico_reset;
import port_pico_communicate;
Go to the source code of this file.
Functions | |
void | setCallbacks () |
int | main () |
Variables | |
teseo::teseo | gps |
std::string | reply |
std::array< std::string, NMEA_MAX_REPLIES > | replies |
int main | ( | ) |
Definition at line 29 of file teseo_reply_response.cpp.
void setCallbacks | ( | ) |
Definition at line 23 of file teseo_reply_response.cpp.
teseo::teseo gps |
Definition at line 14 of file teseo_reply_response.cpp.
std::array<std::string, NMEA_MAX_REPLIES> replies |
Definition at line 21 of file teseo_reply_response.cpp.
std::string reply |
Definition at line 15 of file teseo_reply_response.cpp.