Searched refs:latitude (Results 1 – 4 of 4) sorted by relevance
/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/ |
D | main.c | 490 double latitude = 0, longitude = 0; in PrepareTxFrame() local 493 GpsGetLatestGpsPositionDouble( &latitude, &longitude ); in PrepareTxFrame() 496 CayenneLppAddGps( 4, latitude, longitude, altitudeGps ); in PrepareTxFrame()
|
/loramac-node-latest/src/apps/LoRaMac/common/ |
D | CayenneLpp.c | 233 uint8_t CayenneLppAddGps( uint8_t channel, float latitude, float longitude, float meters ) in CayenneLppAddGps() argument 239 int32_t lat = ( int32_t ) ( latitude * 10000 ); in CayenneLppAddGps()
|
D | CayenneLpp.h | 78 uint8_t CayenneLppAddGps( uint8_t channel, float latitude, float longitude, float meters );
|
/loramac-node-latest/ |
D | CHANGELOG.md | 834 - Changed the GetPosition functions to return a latitude and longitude of 0 and altitude of 65535 w…
|