This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
glossary:glossary_g [2017/02/16 11:10] WortingUK [Ground] |
glossary:glossary_g [2018/12/16 11:29] Mike Forrest |
||
---|---|---|---|
Line 2: | Line 2: | ||
~~NOTOC~~ | ~~NOTOC~~ | ||
[[start|Return to main Glossary index]] | [[start|Return to main Glossary index]] | ||
+ | |||
+ | ===== Gerber ===== | ||
+ | |||
+ | A Gerber is a 2D binary vector image that describes every single layer of the PCB design. For instance, one Gerber describes the silk screen while the other describes the top, copper layer. | ||
===== GIT repository ===== | ===== GIT repository ===== | ||
Line 21: | Line 25: | ||
===== GPIO ===== | ===== GPIO ===== | ||
- | General-purpose input/output is a generic pin on an integrated circuit or computer board whose behavior, including whether it is an input or output pin, is controllable by the user at run time. | + | General-purpose input/output is a generic pin on an integrated circuit or computer board whose behavior, including whether it is an input or output pin, is controllable by a program or script being run. |
GPIO pins (generally) have no predefined purpose, and go unused by default. Normally these are Tri-State pins. | GPIO pins (generally) have no predefined purpose, and go unused by default. Normally these are Tri-State pins. |