InterviewSolution
Saved Bookmarks
| 1. |
What is GPIO (General Purpose Input/Output)? |
|
Answer» GPIO (General-purpose INPUT/output) is a standard interface USING which Raspberry Pi and other microcontrollers can connect to external electronic components/devices. These are BASICALLY programmable pins on an INTEGRATED circuit or BOARD that allow digital input or output signals to be controlled programmatically. |
|