LIS3DSH_FullScaleCmd() function
Change the Full Scale of LIS3DSH.
Syntax
void LIS3DSH_FullScaleCmd(uint8_t FS_value); Arguments
FS_value
new full scale value. This parameter can be one of the following values: @arg LIS3DSH_FULLSCALE_2: +-2g @arg LIS3DSH_FULLSCALE_4: +-4g @arg LIS3DSH_FULLSCALE_6: +-6g @arg LIS3DSH_FULLSCALE_8: +-8g @arg LIS3DSH_FULLSCALE_16: +-16g
Return value
None