I use to have a single level and recently changed to the multi channel water level sensor. This weekend I wanted to remove the single and change my ATO over to channel 2 of the multi channel level sensor. I can't figure out how to address the different channels on the multi. Under setup I added reefangel.AddMultiLevelWaterLevelExpansion();
Then in the loop reefangel.WaterLevelATO(2,Port3,40,30,32 ); I'm sure it's a simple adjustment or update but not for me.
Thanks
Multi Channel Water Level Addressing
Re: Multi Channel Water Level Addressing
This is available in the new libs that is coming out.
If you would like to use it from our dev branch, you are most welcome to do so.
https://github.com/reefangel/Libraries/archive/dev.zip
Replace the files located at Documents/Arduino/libraries with the ones you downloaded.
If you would like to use it from our dev branch, you are most welcome to do so.
https://github.com/reefangel/Libraries/archive/dev.zip
Replace the files located at Documents/Arduino/libraries with the ones you downloaded.
Roberto.
Re: Multi Channel Water Level Addressing
Nice. Worked like a charm.
Thanks
Thanks