Skip to content

Commit b0cfc25

Browse files
committed
Automatically generated docs for 16-ev3dev kernel release
1 parent 1aa162b commit b0cfc25

95 files changed

Lines changed: 107 additions & 102 deletions

File tree

Some content is hidden

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

docs/drivers/brickpi-battery.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/brickpi/brickpi_battery.c
55
title: Dexter Industries BrickPi+ Battery Driver
66
---

docs/drivers/brickpi-i2c-sensor.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/brickpi/brickpi_i2c_sensor.c
55
title: Dexter Industries BrickPi I2C Sensor Driver
66
---

docs/drivers/brickpi-ld.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/brickpi/brickpi_ld.c
55
title: Dexter Industries BrickPi Line Discipline
66
---

docs/drivers/dc-motor-class.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/motors/dc_motor_class.c
55
title: DC Motor Class
66
---
@@ -92,7 +92,7 @@ ramp from 0% to 100%. Valid values are 0 to 10000 (10 seconds). Default is
9292

9393
`time_sp`
9494
: (read/write) Sets the time setpoint used with the `run-timed` command.
95-
Units are in milliseconds.
95+
Units are in milliseconds. Values must not be negative.
9696

9797
[supported devices]: /docs/motors/#supported-devices
9898

docs/drivers/ev3-analog-sensor.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/sensors/ev3_analog_sensor_core.c
55
title: EV3 Analog Sensor Driver
66
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/sensors/ev3_uart_sensor_ld.c
55
title: EV3 UART Sensor Line Discipline
66
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/sensors/ht_nxt_smux_i2c_sensor.c
55
title: HiTechnic NXT Sensor Multiplexer I2C sensor driver
66
---

docs/drivers/lego-port-class.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/core/lego_port_class.c
55
title: LEGO Port Class Driver
66
---

docs/drivers/lego-sensor-class.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/sensors/lego_sensor_class.c
55
title: LEGO Sensor Class
66
---
@@ -98,6 +98,7 @@ Writing sets the polling period. Setting to 0 disables polling. Returns
9898
`-EOPNOTSUPP` if changing polling is not supported. Note: Setting `poll_ms`
9999
too high can cause the input port autodetection to fail. If this happens,
100100
use the `mode` attribute of the port to force the port to nxt-i2c mode.
101+
Values must not be negative.
101102

102103
`units`
103104
: (read-only) Returns the units of the measured value for the current mode.

docs/drivers/legoev3-motor.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
autogen: This file was automatically generated by kernel-doc-text-to-markdown.py
3-
kernel_version: 4.4.19-15-ev3dev-ev3
3+
kernel_version: 4.4.24-16-ev3dev-ev3
44
source_file: drivers/lego/ev3/legoev3_motor.c
55
title: EV3/NXT Tacho Motor Driver
66
---

0 commit comments

Comments
 (0)