Skip to content

Commit 84d7102

Browse files
committed
Updates for kernel 3.16.7-ckt14-6-ev3dev-ev3
1 parent a193678 commit 84d7102

File tree

69 files changed

+106
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+106
-74
lines changed

_data/sensors.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,6 +2279,7 @@
22792279
{
22802280
"data_sets": "3",
22812281
"data_type": "LEGO_SENSOR_DATA_S16",
2282+
"decimals": "3",
22822283
"description": "Acceleration",
22832284
"id": "1",
22842285
"name": "ACCEL",
@@ -2889,7 +2890,7 @@
28892890
}
28902891
],
28912892
"name": "ms-nxtmmx",
2892-
"notes": "\n[^address]: The address is programmable. See manufacturer\n documentation for more information.\n \n[^tacho-motor-devices]: The NxtMMX driver also loads two\n [tacho-motor] class devices. Use the tacho-motor class devices\n to actually control the motors. You can identify the motors\n by the `port_name` attribute. It will be `in<X>:i2c<Y>:mux<Z>`\n where `<X>` is A-D, `<Y>` is 3 (unless you changed the address)\n and `<Z>` is 1 or 2 (matches M1 or M2 printed on the NxtMMX).\n ^\n [tacho-motor]: /docs/drivers/tacho-motor-class\n \n ",
2893+
"notes": "\n[^address]: The address is programmable. See manufacturer\n documentation for more information.\n \n[^tacho-motor-devices]: The NxtMMX driver also loads two\n [tacho-motor] class devices. Use the tacho-motor class devices\n to actually control the motors. You can identify the motors\n by the `port_name` attribute. It will be `in<X>:i2c<Y>:mux<Z>`\n where `<X>` is 1-4, `<Y>` is 3 (unless you changed the address)\n and `<Z>` is 1 or 2 (matches M1 or M2 printed on the NxtMMX).\n ^\n [tacho-motor]: /docs/drivers/tacho-motor-class\n \n ",
28932894
"num_modes": "2",
28942895
"ops": [],
28952896
"product_id": "NxTMMX",
@@ -2952,7 +2953,7 @@
29522953
}
29532954
],
29542955
"name": "ms-8ch-servo",
2955-
"notes": "\n[^address]: The address is programmable. See manufacturer\n documentation for more information.\n \n[^servo-motor-devices]: The `ms-8ch-servo` driver loads separate\n servo motor devices (one for each of the 8 channels) in addition\n to the [lego-sensor class] device. See the [servo-motor class]\n for more information. The `servo-motor` class `port_name` attribute\n will return `in<N>:sv<M>` where `<N>` is the input port the servo\n controller is connected to and `<M>` is the channel as indicated\n on the servo controller itself.\n ^\n [lego-sensor class]: /docs/drivers/lego-sensor-class\n [servo-motor class]: /docs/drivers/servo-motor-class\n \n ",
2956+
"notes": "\n[^address]: The address is programmable. See manufacturer\n documentation for more information.\n \n[^servo-motor-devices]: The `ms-8ch-servo` driver loads separate\n servo motor devices (one for each of the 8 channels) in addition\n to the [lego-sensor class] device. See the [servo-motor class]\n for more information. The `servo-motor` class `port_name` attribute\n will return `in<X>:i2c<Y>:sv<Z>` where `<X>` is the input port\n the servo controller is connected to, `<Y>` is the address and\n `<Z>` is the channel as indicated on the servo controller itself.\n ^\n [lego-sensor class]: /docs/drivers/lego-sensor-class\n [servo-motor class]: /docs/drivers/servo-motor-class\n \n ",
29562957
"num_modes": "2",
29572958
"ops": [],
29582959
"product_id": "NXTServo",

docs/drivers/brickpi-i2c-sensor.markdown

Lines changed: 1 addition & 1 deletion

docs/drivers/brickpi-ld.markdown

Lines changed: 1 addition & 1 deletion

docs/drivers/dc-motor-class.markdown

Lines changed: 1 addition & 1 deletion

docs/drivers/ev3-analog-sensor.markdown

Lines changed: 1 addition & 1 deletion

docs/drivers/ev3-uart-sensor-ld.markdown

Lines changed: 1 addition & 1 deletion

docs/drivers/ht-nxt-smux-i2c-sensor.markdown

Lines changed: 1 addition & 1 deletion

docs/drivers/lego-port-class.markdown

Lines changed: 1 addition & 1 deletion

docs/drivers/lego-sensor-class.markdown

Lines changed: 6 additions & 4 deletions

docs/drivers/legoev3-motor.markdown

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)