/* * Project Test * Description: * Author: * Date: */// setup() runs once, when the device is first turned on.voidsetup(){// Put initialization like pinMode and begin functions here.}// loop() runs over and over again, as quickly as it can execute.voidloop(){// The core of your code will likely live here.}