So I was searching for the fastest method to send a 5v signal from the raspberry pi to other components and I saw the serial communication on arduino, this have a lot of problems from me, I just want to directly send the 5v signal and I came across this image.
the website didn't have anymore in depth information, but comparing it to other information I got from chatgpt I think we could directly control the arduino pins by setting the pins ias output in the setpu, and having the same pins number as output in the raspberry. did anyone ever try it? as I think that I might have understood something wrong, I also don't trust chatgpt for codes except for him to find missed semi-colones or other typos