-
Notifications
You must be signed in to change notification settings - Fork 207
Expand file tree
/
Copy pathtutorial-groups.yml
More file actions
39 lines (39 loc) · 1.59 KB
/
tutorial-groups.yml
File metadata and controls
39 lines (39 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
- title: "Software"
id: "software"
items:
- id: basic-networking
title: Basic Networking
description: "Connecting ev3dev to a local network or the internet, and connecting to an ev3dev device from a PC."
- id: advanced-networking
title: Advanced Networking
description: "Communicating using special protocols between multiple devices on a network."
- id: software-languages
title: Programming Languages and Tooling
description: "Configuring a development environment, installing new languages, and using advanced language tools."
- id: software-editors
title: "Text Editors"
description: "Tips on using text editors which ship with ev3dev out-of-the-box."
- id: cross-compiling
title: Cross-Compiling Code
description: "Compiling code to run on an EV3 or other ev3dev device from a host PC."
- title: "Hardware"
id: "hardware"
items:
- id: hardware-standard
title: "Standard Hardware"
description: "Configuring and using motors, sensors, buttons and other standard functionality on ev3dev."
- id: hardware-extras
title: Extra Hardware
description: "Configuration and usage of specialty and otherwise nonstandard hardware."
- title: "System administration & setup"
id: "administration-and-setup"
items:
- id: sd-card-image
title: SD Card Imaging
description: "Guides on flashing an SD card with ev3dev images."
- id: system
title: "Ev3dev System"
description: "Configuring, updating and modifying an ev3dev installation."
- id: website
title: This Website
description: "Using this website and contributing content."