commentata la ridefinizione di tipo bool_t in i2c

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   BSP_B-L475E-IOT01

Fork of VL53L0X by ST

Embed: (wiki syntax)

« Back to documentation index

Basic type definition

Basic type definition
[VL53L0 Platform Functions]

file vl53l0_types.h files hold basic type definition that may requires porting More...

file vl53l0_types.h files hold basic type definition that may requires porting

contains type that must be defined for the platform
when target platform and compiler provide stdint.h and stddef.h it is enough to include it.
If stdint.h is not available review and adapt all signed and unsigned 8/16/32 bits basic types.
If stddef.h is not available review and adapt NULL definition .