espressif/supertinycron

2.0.0~1

uploaded 3 months ago
Cron expression parsing in ANSI C.

readme

## 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).

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/supertinycron^2.0.0~1"

or download archive

Stats

  • Archive size
    Archive size: 41.17 KB
  • Downloaded in total
    Downloaded in total 0 times
  • Downloaded this version
    This version: 0 times

Badge

espressif/supertinycron version: 2.0.0~1
|