Hi, I’m using RGB Line Follower in mblock5. I need to know what value the following blocks return:
From already thank you very much.
Hi, I’m using RGB Line Follower in mblock5. I need to know what value the following blocks return:
From already thank you very much.
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.
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)