Home
last modified time | relevance | path

Searched refs:longitude (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/apps/LoRaMac/periodic-uplink-lpp/NAMote72/
Dmain.c490 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/
DCayenneLpp.c233 uint8_t CayenneLppAddGps( uint8_t channel, float latitude, float longitude, float meters ) in CayenneLppAddGps() argument
240 int32_t lon = ( int32_t ) ( longitude * 10000 ); in CayenneLppAddGps()
DCayenneLpp.h78 uint8_t CayenneLppAddGps( uint8_t channel, float latitude, float longitude, float meters );
/loramac-node-latest/
DCHANGELOG.md834 - Changed the GetPosition functions to return a latitude and longitude of 0 and altitude of 65535 w…