What are the mode/modes used for addressing the pins in Raspberry Pi?
1. GPIO
2.BCM
3. GPIO and BCM
4. GPIO, BCM and CAN
Answers
Answered by
9
the given options have mistakes
the answer is option 3)Board and BCM (not GPIO and BCM)
that is the answer
for reference:-
https://raspi.tv/2013/rpi-gpio-basics-4-setting-up-rpi-gpio-numbering-systems-and-inputs
Answered by
0
Raspberry Pi
3. GPIO and BCM
- The GPIO(general purpose input output) port handles both incoming and outgoing signals.
- Input Port is used to communicate the signals with CPU to switch on or off, which is recieved from switches or sensors.
- BCM refers to the pin by “Broadcom SOC Channel.
- BCM channel changes as the version numberr changes.
- To prevent the Raspberry pi from damage it is needed to wrire limited number of resistors with GPIO pins.
Similar questions