File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ the ev3dev kernel. It is mostly information about the hardware and device driver
3939
4040### Sensors (Input Devices)
4141
42- * [ Sensor Driver Model] ( / docs/ drivers/lego-sensor-class )
43- * [ List of Sensors] ( / docs/sensors/ #supported-sensors)
42+ * [ Sensor Driver Model] ( http:// docs.ev3dev.org/projects/lego-linux- drivers/en/ev3dev-jessie/sensors.html#the- lego-sensor-subsytem )
43+ * [ List of Sensors] ( http:// docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/sensors.html #supported-sensors)
4444
4545### Motors (Output Devices)
4646
47- * [ Motor Driver Model] ( / docs/ drivers/tacho-motor-class )
48- * [ List of Motors] ( / docs/motors/# motors)
47+ * [ Motor Driver Model] ( http:// docs.ev3dev.org/projects/lego-linux- drivers/en/ev3dev-jessie/motors.html# tacho-motor-subsystem )
48+ * [ List of Motors] ( http:// docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/ motors.html )
4949
5050
5151## Software
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ Example - set Pass Count to 10:
3131 $ echo -e -n "\x$(printf '%x' 10)" | dd bs=1 of=direct seek=0x86
3232
3333[ mindsensors.com NxtMMX ] : /docs/sensors/mindsensors.com-multiplexer-for-nxt-ev3-motors
34- [ tacho-motor class ] : / docs/ drivers/tacho-motor-class
34+ [ tacho-motor class ] : http:// docs.ev3dev.org/projects/lego-linux- drivers/en/ev3dev-jessie/motors.html# tacho-motor-subsystem
3535[ tahco-motor tutorial ] : ../tacho-motors
Original file line number Diff line number Diff line change @@ -379,5 +379,5 @@ motor is not actually moving. This can be caused by something mechanically
379379preventing the motor from rotating or it could mean that the power being sent
380380to the motor is not enough (too small) to make the motor move.
381381
382- [ tacho-motor ] : / docs/ drivers/tacho-motor-class
382+ [ tacho-motor ] : http:// docs.ev3dev.org/projects/lego-linux- drivers/en/ev3dev-jessie/motors.html# tacho-motor-subsystem
383383[ tachometer ] : https://en.wikipedia.org/wiki/Tachometer
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ The Pixy camera has the following modes:
5858* SIGn: the camera searches for signature #n (n=1 to 7).
5959
6060The data which you retrieve from the camera depends on the camera mode. You
61- can find detailed information on [ this page] ( / docs/sensors/charmed-labs-pixy-cmucam5-for -lego) .
61+ can find detailed information on [ this page] ( http:// docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/sensor_data.html#pixy -lego) .
6262We will explain it to you with some examples.
6363
6464When the mode is set to ``` ALL ``` , you can retrieve data as follows:
You can’t perform that action at this time.
0 commit comments