Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将构建一个 LED 墙,我将通过 4 个微型微控制器进行控制。每次我读到我的 LED 的垂直数量都必须是 8 的倍数?真的必须如此吗?
谢谢
不。
数字8是大多数数字电子组件(移位器、驱动器等)端口中输出引脚数量的因子,假设输出字为8 bits. 通用 MCU 或 MPU 中的端口将有 8 个引脚。
8 bits
因此,可以使用所有可用的引脚而不会造成浪费。
arduino 中的 ATmega168P/328P,有 3 个端口。PORTB, PORTC, 和PORTD.
PORTB
PORTC
PORTD