ARDUINO CODE The following two values are read from a sensor by Arduino code. Ea
ID: 3688973 • Letter: A
Question
ARDUINO CODE
The following two values are read from a sensor by Arduino code. Each value can be from 0-255. Together they represent a 16 bit 2s complement number from the sensor. Write the code needed to combine the two values and produce the final value and assign it to the variable "result". Using Serial.println, display the result. Assume that all necessary setup for the Serial object has been done (i.e. just show the Serial.println statement. Int high_byte = 0times73; int low_byte = 0times37; int result;