Resolved! Why is this not working ??
Hi guysI have a real strange issuetrying to move two 8bits values in to one 16bit variable,can someone please tell me why this does not workIt should OR the lsb to the msb Sensor_Flow = I2C1_DATA[0] ; Sensor_Flow = Sensor_Flow << 8; Se...