Skip to content

Commit be0fbb7

Browse files
lixed list
1 parent f2d47d1 commit be0fbb7

File tree

1 file changed

+3
-3
lines changed
  • content/micropython/06.communication/spi

1 file changed

+3
-3
lines changed

content/micropython/06.communication/spi/spi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ Unlike UART, SPI is synchronous, meaning it uses a clock signal for precise data
3636

3737
SPI is commonly used in a variety of applications, including:
3838

39-
-**Interfacing with Sensors:** Many modern sensors, such as temperature and accelerometers, communicate using SPI.
39+
- **Interfacing with Sensors:** Many modern sensors, such as temperature and accelerometers, communicate using SPI.
4040

41-
-**Display Modules:** OLED, LCD, and LED matrix displays often rely on SPI for data transfer.
41+
- **Display Modules:** OLED, LCD, and LED matrix displays often rely on SPI for data transfer.
4242

43-
-**Memory Storage:** Flash memory and SD card modules utilize SPI for high-speed data access.
43+
- **Memory Storage:** Flash memory and SD card modules utilize SPI for high-speed data access.
4444

4545
Embedded Communication: SPI is often used in microcontroller-based projects to enable communication between different modules.
4646

0 commit comments

Comments
 (0)