Makerverse IR Line Sensor (CE08493)

This is a placeholder topic for “Makerverse IR Line Sensor” comments.

Detect lines with the spare analog channels on your microcontroller!

Read more

1 Like

In the example code for the Makerverse line sensor, I believe the example code line that reads “line_sensor_value = adc.read_u16()” should be “line_sensor_value = line_sensor_value.read_u16()”.

1 Like

Thanks @David55659 - nice catch :smiley:
fixed :ok_hand:

2 Likes