DexterInd / GoPiGo3

The GoPiGo3 is a Raspberry Pi Robot!
https://gopigo.io
Other
96 stars 85 forks source link

init_light_color_sensor & init_imu_sensor #271

Closed CleoQc closed 4 years ago

CleoQc commented 4 years ago

Those methods were missing. It was expected that people would import from di_sensors, but that's clunky when you try to teach youngters. Also, only those two sensors were treated that way, not the distance sensor, nor the line following sensor for historical reasons.

As for the try/except at the top, I went through the history and it looks like a bad merge.