Skip to the content.

MycilaTrial

License: MIT Continuous Integration PlatformIO Registry

Arduino / ESP32 library to add a trial duration in your app

    Mycila::Trial.begin(); // called in setup()

    Mycila::Trial.validate(); // called in loop()

You can check the durations with isExpired() and getRemaining()

Units are in seconds.