“单色点阵-级联”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
 
(未显示同一用户的2个中间版本)
第13行: 第13行:
 
*[[Sensor-Dot_Matrix-S2/zh|Sensor-Dot_Matrix-S2]]
 
*[[Sensor-Dot_Matrix-S2/zh|Sensor-Dot_Matrix-S2]]
 
<br>
 
<br>
[[File:Sensor_Dot_Matrix-S2_module.jpg|600px|center]]
+
[[File:Sensor_Dot_Matrix-S2_module.jpg|800px|center]]
 
<br>
 
<br>
 
<br>
 
<br>
 
<p style="color: #E87E05;font-size:135%">电路搭建</p>
 
<p style="color: #E87E05;font-size:135%">电路搭建</p>
将彩色点阵任意接口接到Hub的IIC引脚。
+
将单色点阵任意接口接到Hub的IIC引脚。
 
<br>
 
<br>
 
将Battery、Core、Hub堆叠在一起,通过MicroUSB数据线接入电脑。初次使用请参考:[[AVR核心:Getting_started/zh|Getting Started]]。
 
将Battery、Core、Hub堆叠在一起,通过MicroUSB数据线接入电脑。初次使用请参考:[[AVR核心:Getting_started/zh|Getting Started]]。
 
<br>
 
<br>
[[File:Sensor_Dot_Matrix-S2_circuit.jpg|600px|center]]
+
[[File:Sensor_Dot_Matrix-S2_circuit.jpg|800px|center]]
 
<br>
 
<br>
 
<br>
 
<br>
 
<p style="color: #E87E05;font-size:135%">代码</p>
 
<p style="color: #E87E05;font-size:135%">代码</p>
[[File:Sensor_Dot_Matrix-S2_Multicode.jpg|600px|center]]
+
[[File:Sensor_Dot_Matrix-S2_Multicode.jpg|800px|center]]
 
<br>
 
<br>
 
<p style="color: #E87E05;font-size:135%">相关案例</p>
 
<p style="color: #E87E05;font-size:135%">相关案例</p>

2018年5月16日 (三) 09:40的最新版本

单色点阵-级联


在下面的示例中,使用Core核心通过IIC控制多个单色点阵。

所需硬件


Sensor Dot Matrix-S2 module.jpg



电路搭建

将单色点阵任意接口接到Hub的IIC引脚。
将Battery、Core、Hub堆叠在一起,通过MicroUSB数据线接入电脑。初次使用请参考:Getting Started

Sensor Dot Matrix-S2 circuit.jpg



代码

Sensor Dot Matrix-S2 Multicode.jpg


相关案例



返回Sensor-Dot_Matrix-S2界面