News

Prior to this commit, ev3_sensors.c contained code to read data from sensor devices (analog, IIC, UART), initialize sensors and to convert raw read values. The file has been split in two folders: - ...
The sensor mode can be a text constant of either "rate" or "angle", which correspond to SetAngleMode or SetRateMode respectively. Returns the current angle or rotation speed based on current mode, or ...