📄️ I²C Bus
I²C (Inter-Integrated Circuit) is a synchronous, multi-controller/multi-target bus used for communication between sensors, chips, etc.
📄️ SPI Interface
A Serial Peripheral Bus (SPI) is a synchronous serial bus. It’s used for fast interconnection of the peripherals inside the device. TOWER uses SPI for example in the LCD Module.
📄️ UART Interface
UART or Universal Asynchronous Receiver-Transmitter is an asynchronous communication interface used mostly to transfer serial data between devices. It uses only two channels RX (receiver) and TX (transmitter) to send data, you don't need to connect any clock signal.
📄️ USB Interface
📄️ 1-Wire Bus
1-Wire is a serial bus that uses only two wires (data line and ground) for a half-duplex bidirectional communication of a 1-Wire master with one or multiple 1-Wire slaves.