feat: enhance BlogPost component with Table of Contents functionality and content formatting improvements

This commit is contained in:
2025-05-23 10:42:36 +02:00
parent 4cc133fffa
commit 574e87bf99
2 changed files with 93 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export const blogPostsData: BlogPostProps[] = [
The realm of IoT demands reliable, efficient communication protocols that can withstand the chaotic nature of real-world environments. Through careful implementation and optimization of the STM32's communication peripherals, we can craft resilient connections that bridge the gap between digital and physical domains.
## The Three Elemental Protocols: I2C, SPI, and UART
# The Three Elemental Protocols: I2C, SPI, and UART
Before we forge ahead into advanced territory, let us briefly recall the elemental forces at our disposal. Each protocol serves as a channel through which our digital entities communicate, each with its unique strengths and limitations:
* **I2C (Inter-Integrated Circuit)** - A two-wire interface requiring minimal physical connections, ideal for communication with multiple peripheral devices over short distances.