-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathindex.html
49 lines (45 loc) · 1.15 KB
/
index.html
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
40
41
42
43
44
45
46
47
48
---
layout: default
title: Machinekit • Moves. Controls. Things.
overview: true
---
{% include livereload.html %}
<section class="big-diagram">
<img src="images/main-diagram.png" />
</section>
<section class="features">
<div class="grid">
<div class="unit one-third">
<div class="feature">
<h2>Moves.</h2>
<p>
Using a wide variety of I/O driver components,
effortlessly coordinate motion on your choice of ARM or
x86 platforms and Xenomai or RT_PREEMPT real-time
kernels.
</p>
</div>
</div>
<div class="unit one-third">
<div class="feature">
<h2>Controls.</h2>
<p>
Remote control your Machinekit project through C or
Python APIs. Whether an Android GUI, a command line
interface, or an interface into a higher-level system,
Machinekit is flexible and simple to integrate.
</p>
</div>
</div>
<div class="unit one-third">
<div class="feature">
<h2>Things.</h2>
<p>
Your imagination is the limit! Machinekit can control machine
tools, quadrotors, robots, or your refrigerator.
</p>
</div>
</div>
<div class="clear"></div>
</div>
</section>