summaryrefslogtreecommitdiffstats
path: root/htdocs/dev.html
blob: 68c49c9a59952a86568cb5c0b95bd3e52f5ba99a (plain)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<meta name="viewport" content = "height = device-height, width = 420, user-scalable = no" /> 
	<title>WebIOPi | Raspberry Pi IoT Framework</title>
</head>
<body>

<h1>WebIOPi Main Menu</h1>

<h2><a href="/app/gpio-header">GPIO Header</a></h2>
<p>Control and Debug the Raspberry Pi GPIO with a display which looks like the physical header.</p>

<h2><a href="/app/gpio-list">GPIO List</a></h2>
<p>Control and Debug the Raspberry Pi GPIO ordered in a single column.</p>

<h2><a href="/app/serial-monitor">Serial Monitor</a></h2>
<p>Use the browser to play with Serial interfaces configured in WebIOPi.</p>

<h2><a href="/app/devices-monitor">Devices Monitor</a></h2>
<p>Control and Debug devices and circuits wired to your Pi and configured in WebIOPi.</p>

</body>
</html>