You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
307 B
13 lines
307 B
10 years ago
|
<html><head><title>Test</title></head>
|
||
|
<body>
|
||
|
|
||
|
<p>
|
||
|
If there's a LED connected to GPIO2, it's now %ledstate%. You can change that using the buttons below.
|
||
|
</p>
|
||
|
<form method="post" action="led.cgi">
|
||
|
<input type="submit" name="led" value="1">
|
||
|
<input type="submit" name="led" value="0">
|
||
|
</form>
|
||
|
|
||
|
</body></html>
|