User Activity

I'm setting up an embedded Web Server on STM32F4 MCU. My program variables are stored into one big data structure. For instance, if I need to access to the temperature of my board, I'd simply check the value of Variables.Temperatures.BoardTemperature...