I
I
ilyageekdays2019-07-13 19:23:09
Arduino
ilyageekdays, 2019-07-13 19:23:09

How to make a signal output to several pins at the same time?

Good day to all dear residents of the toaster! I saw this when programming the AVR. There you can output signals using a byte like 01110001 . How to do this on an arduino, you just need the signals to be given at the same time. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2019-07-13
@NeiroNx

You can use the code from AVR( write to port ) because Arduino is just a library to manage all these commands.

L
lonelymyp, 2019-07-14
@lonelymyp

For example, you can do as it is written in the instructions
https://www.arduino.cc/en/Reference/PortManipulation

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question