Skip to main content
NMart.1
Associate II
May 13, 2020
Solved

What is the mining of #define SHUT_DOWN_TIME_OUT 20000UL?

  • May 13, 2020
  • 4 replies
  • 1183 views

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

    This topic has been closed for replies.
    Best answer by NMart.1

    Its meaning is unsigned long.

    4 replies

    waclawek.jan
    Super User
    May 13, 2020

    > en.fp-sns-allmems2

    Any link?

    JW

    waclawek.jan
    Super User
    May 13, 2020

    Ah, I see, thanks.

    Sorry, I don't know the answer.

    You may want to ask ST directly through web support form.

    JW

    NMart.1
    NMart.1AuthorBest answer
    Associate II
    May 15, 2020

    Its meaning is unsigned long.