Using one of the premade libraries that particle has to offer (current monitor) if I wanted to simultaneously monitor/log 3 separate wires… would I be best to include 3 pins in my.ino file , and create a separate .cpp file to monitor each pin ? Or is it more efficient to code all 3 pins I require into the main part? I get that using individual .cpp files would help break up the code… I’m very new to code, and I’m doing the best I can to grasp the concept. Any help would be appreciated.
Thanks.