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.
是否有一种简单的方法可以在不使用数组或寄存器的情况下同时在 arduino mega 上启用多个输出。我只想让两个输出一次又一次地同时变高。
不使用寄存器,似乎很难。
寄存器非常简单:
根据您要设置高的端口,它看起来像这样(来自 Arduino 网站):
PORTD = B10101000; // sets digital pins 7,5,3 HIGH