So I have some code that I’ve written on a Arduino setup. It’s a water flow sensor that reports flow rate of water. I’m now trying to move the code over to the Particle board, but I can’t find the documentation to actually run the program on the board. I’m not a super tech savvy person, and I think most of the documentation has been written for software engineers.
I have the code, copied into the IDE and copied the bin file to the board. Is that it? Do I have to do something else? How do i run the code and see the input from the water sensor?
I haven’t even gotten to the part of figuring out what pins to connect the sensor, but I just want to get past step 1 first.
TIA