Queue Function Module for Microcontrollers
The queue function module implemented based on microcontrollers is mainly used for 8-bit, 16-bit, and 32-bit microcontroller applications that do not run RTOS, compatible with most microcontroller platforms. Open source code: https://github.com/xiaoxinpro/QueueForMcu 1. Features Dynamic creation of queue objects Dynamic setting of queue data buffer Static specification of queue element data length Value passing method … Read more