The inverter is the simplest of digital integrated circuits, and simply transforms a high input to a low output and the other way around. It is also called a NOT gate.
The states of the input that leads to a certain output is displayed in the truth table:
| In | Out |
|---|---|
| 0 | 1 |
| 1 | 0 |