33 #ifndef VL53L0X_TYPES_H_
34 #define VL53L0X_TYPES_H_
50 #error "Error NULL definition should be done. Please add required include "
54 #if ! defined(STDINT_H) && !defined(_GCC_STDINT_H) &&!defined(__STDINT_DECLS) && !defined(_GCC_WRAP_STDINT_H)
56 #pragma message("Please review type definition of STDINT define for your platform and add to list above ")
int int32_t
Typedef defining 32 bit int type.
signed char int8_t
Typedef defining 8 bit char type.
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.
unsigned long long uint64_t
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.
uint32_t FixPoint1616_t
use where fractional values are expected
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.
short int16_t
Typedef defining 16 bit short type.