Hi all,
This is my first post in Energia. I have successfully run the below code in UNO and Mega2560, but couldn't get work under Launchpad r1.5 (2553).
Can you please help me to overcome this hurdle.
The code compiles and upload without any issues in Energia --> launchpad.
But nothing happens when I send the timing for the sprinklers through serial via python.
Thanks,
uint8_t ledPin[] = { 2,3,4,5,6,7,8,12}; //Pins assinged for valves
const uint8_t max_valves = 7;
uint8_t master_valve_id = 7; //master valve is ledPin[10] which is pin 12 in Arduino
uint8_t myInt