2020-05-13 03:05 AM
Hello
I'm using the "en.fp-sns-allmems2", which send data from sensor with a ultra-low power consumption. I'm traying to increase the time in which the sensor is in shut down mode.
I think that I've to change the value of the variable SHUT_DOWN_TIME_OUT which is define in code like this
#define SHUT_DOWN_TIME_OUT 20000UL"
¿Can anyboday tell me how is translate to seconds 20000UL?
Thanks
Solved! Go to Solution.
2020-05-15 02:32 AM
Its meaning is unsigned long.
2020-05-13 03:53 AM
> en.fp-sns-allmems2
Any link?
JW
2020-05-13 03:56 AM
If you refer to the en.fp-sns-allmems2 , you can download it from:
2020-05-13 08:34 AM
Ah, I see, thanks.
Sorry, I don't know the answer.
You may want to ask ST directly through web support form.
JW
2020-05-15 02:32 AM
Its meaning is unsigned long.