Display for multi channel water expansion

Do you have a question on how to do something.
Ask in here.
Post Reply
Ismaclst
Posts: 250
Joined: Wed Jan 28, 2015 5:17 pm

Display for multi channel water expansion

Post by Ismaclst »

I have the multi channel water expansion and I'm using the 2014 screen. What do I need to insert into my code to display the values of each channel on the main screen?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Display for multi channel water expansion

Post by rimai »

Add this to setup()

Code: Select all

    ReefAngel.AddMultiChannelWaterLevelExpansion();  // Multi-Channel Water Level Expansion Module
Roberto.
Ismaclst
Posts: 250
Joined: Wed Jan 28, 2015 5:17 pm

Re: Display for multi channel water expansion

Post by Ismaclst »

Ok, thanks Roberto. I see that it has channels 0 through 5. If I just have the multi channel expansion and not the single, would I start out on channel 1 or channel 0?
Image
rimai
Posts: 12881
Joined: Fri Mar 18, 2011 6:47 pm

Re: Display for multi channel water expansion

Post by rimai »

I think it is channel 0 through 4.
Channel 0 - Single
Channel 1 through 4 - Multi-Channel
Roberto.
Ismaclst
Posts: 250
Joined: Wed Jan 28, 2015 5:17 pm

Re: Display for multi channel water expansion

Post by Ismaclst »

Oh, yeah you are right it's 0 through 4 , thanks.
Image
Post Reply