Cargo Features

espilepsy has no features set by default.

[dependencies]
espilepsy = { version = "0.3.0", features = ["embassy-time-systick", "embassy-time-timg0"] }
embassy-time-systick

Enables embassy-time-systick-16mhz of esp-hal

esp-hal:

Enable the embassy time driver using the SYSTIMER peripheral. The SYSTIMER peripheral has three alarams available for use. Do not use when targeting an esp32s2.

embassy-time-timg0

Enables embassy-time-timg0 of esp-hal

esp-hal:

Enable the embassy time driver using the TIMG0 peripheral. The TIMG0 peripheral has two alarms available for use.

espilepsy has 2 features without comments.