## Cron expression parsing in ANSI C Given a cron expression and a date, you can get the next date which satisfies the cron expression. The more details please refer to [README.md](https://github.com/espressif/idf-extra-components/blob/master/supertinycron/supertinycron/README.md) ## Usage Example Refer to [cron_example](https://github.com/espressif/idf-extra-components/blob/master/supertinycron/examples/cron_example) ## API Reference To learn more about how to use this component, please check API Documentation from header file [ccronexpr.h](https://github.com/espressif/idf-extra-components/blob/master/supertinycron/supertinycron/ccronexpr.h) ## License This project is released under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0).
8e1c09109d54a09843d3efc03ca65873f04ecc63
idf.py add-dependency "espressif/supertinycron^2.0.0~1"