Searched refs:z (Results 1 – 2 of 2) sorted by relevance
/loramac-node-latest/src/apps/LoRaMac/common/ |
D | CayenneLpp.c | 173 uint8_t CayenneLppAddAccelerometer( uint8_t channel, float x, float y, float z ) in CayenneLppAddAccelerometer() argument 181 int16_t vz = ( int16_t ) ( z * 1000 ); in CayenneLppAddAccelerometer() 211 uint8_t CayenneLppAddGyrometer( uint8_t channel, float x, float y, float z ) in CayenneLppAddGyrometer() argument 219 int16_t vz = ( int16_t ) ( z * 100 ); in CayenneLppAddGyrometer()
|
D | CayenneLpp.h | 75 uint8_t CayenneLppAddAccelerometer( uint8_t channel, float x, float y, float z ); 77 uint8_t CayenneLppAddGyrometer( uint8_t channel, float x, float y, float z );
|