Posted inArduino C/C++ Cortex-M0 Cortex-M3 Cortex-M4 Data Structure English esp32 ESP32-C3 esp32s2 esp8266
[EN] Doubly Linked-List
This article is about programming C/C++ language with Arduino Nano, Arduino Uno, LGT8F328P [NANO F328P-C], ET-BASE AVR EASY32U4 or other boards and platforms that use C language to store temperature/humidity data from the DHT11 sensor (Figure 1) with a dual linked list data structure. The basics of memory reservation, access, memory deallocation can be read in the previous article (Singly Linked List).