SunFounder Thales Kit for Raspberry Pi Pico, Release 1.0
I2C(Inter-Integrated Circuit) bus is a very popular and powerful bus for communication between a master device (or
master devices) and a single or multiple slave devices. I2C main controller can be used to control IO expander, various
sensors, EEPROM, ADC/DAC and so on. All of these are controlled only by the two pins of host, the serial data
(SDA) line and the serial clock line(SCL).
These two pins must be connected to specific pins of the microcontroller. There are two pairs of I2C communication
interfaces in Pico, which are marked as I2C0 and I2C1, as shown in the figure below.
Here we will use the I2C0 interface to control the LCD1602 and display text.
3.4. Projects
101
Summary of Contents for Thales Kit
Page 1: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 Jimmy SunFounder Jun 04 2021 ...
Page 2: ......
Page 4: ...ii ...
Page 6: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 2 CONTENTS ...
Page 140: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 136 Chapter 3 For MicroPython User ...
Page 164: ...SunFounder Thales Kit for Raspberry Pi Pico Release 1 0 160 Chapter 4 For Arduino User ...