User Activity

Hey there,currently I am struggeling with capturing the sensor value from an si115x (Proximity & ambient light) Sensor.So far, this would be my code:void ReadSensorData(void){uint8_t sensorAddress = 0x53 << 1; // shift left to account for R/W bituint...