Skip to content

Commit f2d47d1

Browse files
Lists fixed
Fixed Lists
1 parent 8aa8681 commit f2d47d1

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Unlike UART, SPI is synchronous, meaning it uses a clock signal for precise data
2424

2525
## Key Features of SPI
2626

27-
-**High-Speed Communication:** Supports much higher data rates than UART, making it suitable for applications requiring rapid data transfer.
27+
- **High-Speed Communication:** Supports much higher data rates than UART, making it suitable for applications requiring rapid data transfer.
2828

29-
-**Multi-Peripheral Support:** Multiple devices can share the SPI bus, each being activated by a separate Chip Select line.
29+
- **Multi-Peripheral Support:** Multiple devices can share the SPI bus, each being activated by a separate Chip Select line.
3030

31-
-**Full-Duplex Data Transfer:** Unlike I2C, SPI allows data to be transmitted and received simultaneously, improving efficiency.
31+
- **Full-Duplex Data Transfer:** Unlike I2C, SPI allows data to be transmitted and received simultaneously, improving efficiency.
3232

33-
-**Flexible Configuration:** SPI supports various clock phase and polarity settings, allowing it to be tailored to different peripheral requirements.
33+
- **Flexible Configuration:** SPI supports various clock phase and polarity settings, allowing it to be tailored to different peripheral requirements.
3434

3535
## Common Use Cases
3636

0 commit comments

Comments
 (0)