# Starting script file for Lab 4 from engi1020.arduino.api import * from time import sleep # List you can use in your implementation light = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1] sound = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1] temp = [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1] sampleCount_light = len(light) sumSamples_light = 0