I would assume you would just use the same function three times, something like -Here is the full code and please let me know any thoughts on how to optimize much of the duplication?
Code:
void loop() { ReadAndPrint(node1, '1'); ReadAndPrint(node2, '2'); ReadAndPrint(node3, '3'); delay(5000);}Statistics: Posted by hippy — Tue Feb 18, 2025 12:55 pm