I'd like to connect my RPI through upper pins, not this on the bottom. I would like to do this via GPIO cable. Are the pins in upper side of the board Input or Output?
Thanks for the reply
Google Chat: zj734465502@gmail.com
+86-0755-88291180
sales01@spotpear.com
dragon_manager@163.com
services01@spotpear.com
manager01@spotpear.com
WhatsApp:13246739196
I'd like to connect my RPI through upper pins, not this on the bottom. I would like to do this via GPIO cable. Are the pins in upper side of the board Input or Output?
Thanks for the reply
Part 1 and Part 2 of the GPIO pins are the same. They are both directly connected with the Raspberry Pi's GPIO.
The GPIO pins of the Raspberry Pi do not have fixed functions and can serve as either input or output.
Whether they function as input or output depends on the configuration set in your program.
This means that the header pins in Part 1, positioned upwards, can function as either input or output.
report