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.
13 番ピンと 12 番ピンを同時にオンにする方法を教えてください。
ldi r18,0x20 ; bit 5 (pin 13) = high out 5,r18 ; output to port B ldi r18,0x10 ; bit 4 (pin 12) = high out 5,r18 ; output to port B