We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I found out some typo in the following document: http://www.ev3dev.org/docs/sensors/hitechnic-nxt-color-sensor/ , whereas vendor_id would be HiTechnic instead of HiTechnc.
vendor_id
HiTechnic
HiTechnc
I am not quite sure about it, but I think it is HiTechnic
Regards, mob41
The text was updated successfully, but these errors were encountered:
HiTechnc is consistently used as a vendor_id throughout this file (it is used to generate the page you linked): https://github.com/ev3dev/lego-linux-drivers/blob/master/sensors/nxt_i2c_sensor_defs.c. So this could be the intended value.
Sorry, something went wrong.
Also, vendor_id is defined as char[NXT_I2C_ID_STR_LEN + 1], where NXT_I2C_ID_STR_LEN is 8. So HiTechnic simply does not fit into vendor_id
char[NXT_I2C_ID_STR_LEN + 1]
NXT_I2C_ID_STR_LEN
Just a suggestion: Can this be told at the docs? So the users won't be confused with HiTechnc
No branches or pull requests
Hi,
I found out some typo in the following document: http://www.ev3dev.org/docs/sensors/hitechnic-nxt-color-sensor/ , whereas
vendor_id
would beHiTechnic
instead ofHiTechnc
.I am not quite sure about it, but I think it is
HiTechnic
Regards,
mob41
The text was updated successfully, but these errors were encountered: