first commit
This commit is contained in:
1
代码案例/web网页表单控制主板灯亮度/data/.pydio
Normal file
1
代码案例/web网页表单控制主板灯亮度/data/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
5d80b903-6d21-4e5b-8899-9905f94ac1e7
|
||||
20
代码案例/web网页表单控制主板灯亮度/data/LED.html
Executable file
20
代码案例/web网页表单控制主板灯亮度/data/LED.html
Executable file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>太极创客-零基础入门学用物联网教程</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<a href="http://www.taichi-maker.com" target="_blank"><img src="/img/taichi-maker.jpg" alt="太极创客"></a>
|
||||
<form action="/LED-Control">
|
||||
<input type="text" name="ledPwm">
|
||||
</br>
|
||||
<input type="submit" value="OK">
|
||||
</form>
|
||||
<p>通过本页的文本框输入0 - 1023 数值来控制ESP8266开发板的LED亮度。</p>
|
||||
<p>本教程可在太极创客网站免费获取。太极创客网址: <a href="http://www.taichi-maker.com" target="_blank">www.taichi-maker.com</a>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
1
代码案例/web网页表单控制主板灯亮度/data/img/.pydio
Normal file
1
代码案例/web网页表单控制主板灯亮度/data/img/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
514d9175-8e13-4680-95e7-4421ae288b01
|
||||
BIN
代码案例/web网页表单控制主板灯亮度/data/img/taichi-maker.jpg
Executable file
BIN
代码案例/web网页表单控制主板灯亮度/data/img/taichi-maker.jpg
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
16
代码案例/web网页表单控制主板灯亮度/data/index.html
Executable file
16
代码案例/web网页表单控制主板灯亮度/data/index.html
Executable file
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh-CN">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>太极创客-零基础入门学用物联网教程</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<a href="http://www.taichi-maker.com" target="_blank"><img src="/img/taichi-maker.jpg" alt="太极创客"></a>
|
||||
<p><a href="/LED.html">前往PWM控制页面</a></p>
|
||||
<p>此示例用于演示如何通过ESP8266开发板的文本输入控制PWM引脚。</p>
|
||||
<p>本教程可在太极创客网站免费获取。太极创客网址: <a href="http://www.taichi-maker.com" target="_blank">www.taichi-maker.com</a>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user