Please Help RGB Line Follower in mblock5


#1

Hi, I’m using RGB Line Follower in mblock5. I need to know what value the following blocks return:

image

From already thank you very much.


#2

The only way I know that you should use Led Panel or 7display to see the return values since it only works with upload mode.


#3

RGB line follower returns values as 4 numbers,for example 1111 would mean that all the eyes are outside the line while 0000 means they are all on the line,or 1001 would mean that only the 2 middle eyes are on the line while other 2 eyes are outside the line.
I’ve included an example program that I use for testing this follower.RGB_following_example_mBot.sb2 (76.9 KB)