Skip to content

Commit 5e257a8

Browse files
committed
Merge branch 'master' of https://github.com/ev3dev/ev3dev.github.io into enhance-downloads-page
2 parents 954499a + 3060218 commit 5e257a8

225 files changed

Lines changed: 600 additions & 2713 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.

_includes/page-core/deferred-head-resources.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<!-- 3rd-party libraries -->
1818
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
1919
<script src="/javascripts/bootstrap/bootstrap.min.js"></script>
20+
<script src="/javascripts/autotrack.js"></script>
2021
<script src="/javascripts/jquery.getUrlParam.js"></script>
2122
<script src="/javascripts/jquery.loadTemplate-1.4.4.min.js"></script>
2223
<script src="/javascripts/respond.js"></script>

_includes/page-core/html-head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242

4343
ga('create', 'UA-84851562-1', 'auto');
4444
ga('send', 'pageview');
45+
ga('require', 'outboundLinkTracker');
4546

4647
</script>
4748
{% else %}

_includes/page-core/page-header.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
<a href="/docs/networking">Networking</a>
3636
</li>
3737
<li>
38-
<a href="/docs/driver-overview">Hardware Drivers</a>
38+
<a href="http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/">
39+
Hardware Drivers
40+
<i class="fa fa-external-link external-link-nav-icon" aria-hidden="true"></i>
41+
</a>
3942
</li>
4043
<li role="separator" class="divider"></li>
4144
<li>

cibuild.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ if [ "$TRAVIS" == "true" ]; then
4343
lab\.open-roberta\.org
4444
questforspace\.com
4545
bountysource\.com
46+
barryodonovan\.com
4647
}.map{|h| "/#{h}/"}.join(",")')
4748
else
4849
# credit: code snippet borrowed from jekyllrb.com website source

docs/driver-overview.md

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
11
---
22
title: Hardware Drivers
3-
subtitle: Controlling ev3dev devices through the low-level driver APIs
3+
redirect_to: http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/
44
---
5-
6-
Ev3dev exposes motors, sensors and other EV3-related devices through a set of
7-
drivers that are built into the platform. If you want to access those drivers
8-
directly instead of using [a pre-built library](/docs/programming-languages),
9-
you'll need to read from and write to the sysfs properties that ev3dev exposes.
10-
Here are some resources to get you started.
11-
12-
- **[Input and output ports](/docs/ports)**: The input and output ports on the
13-
EV3 and other ev3dev-supported hardware.
14-
15-
- **[Supported Sensors and Other Input Devices](/docs/sensors)**: The drivers and
16-
interfaces that operate sensors and other input devices.
17-
18-
- **[Supported Motors and Other Output Devices](/docs/motors)**: The drivers and
19-
interfaces that operate motors and other output devices. The most common
20-
motor interface on ev3dev is the ["tacho-motor" class](/docs/drivers/tacho-motor-class/),
21-
so it is important to read through the documentation for it when writing motor
22-
code. You can also read through our [tacho motor tutorial](/docs/tutorials/tacho-motors)
23-
to learn how to use the motor interface.
24-
25-
- **[ev3dev kernel drivers](/docs/drivers)**: An index of all the special
26-
hardware drivers that ev3dev ships with.

docs/drivers/brickpi-battery.markdown

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/drivers/brickpi-battery.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Dexter Industries BrickPi+ Battery Driver
3+
redirect_to: http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/brickpi.html#battery
4+
---

docs/drivers/brickpi-i2c-sensor.markdown

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs/drivers/brickpi-i2c-sensor.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
title: Dexter Industries BrickPi I2C Sensor Driver
3+
redirect_to: http://docs.ev3dev.org/projects/lego-linux-drivers/en/ev3dev-jessie/brickpi.html#i2c-sensor-driver
4+
---

docs/drivers/brickpi-ld.markdown

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)