Multi Software Serial (UART) for STM32
-
Updated
Oct 28, 2023 - C
Multi Software Serial (UART) for STM32
There are some module libraries,SSD1306,MPL3115A2,MPU6050, GPS , Software I2C,Uart and PWM etc.
a basic quick and dirty implementation of a software UART (TX-only) for AVR
This is a software UART implementation for Atmel AVR microcontrollers. It enables serial communication using timer interrupts and provides functions for data transmission and reception. Ideal for projects requiring software-based UART communication with external devices.
Add a description, image, and links to the software-uart topic page so that developers can more easily learn about it.
To associate your repository with the software-uart topic, visit your repo's landing page and select "manage topics."