Hi,
I´m trying to create a program in which there is a condition based on the last 5 values average, i.e:
If last 5 ten-minutes temperature values average >20ºC then...
But I don´t know how to call values from the table in main program, can anybody help me?
Thanks in advance
Take a look at this blog article:
https://www.campbellsci.com/blog/programmatically-access-stored-data-values
Thanks!!