Cargo Features

[dependencies]
esp_pwm_reader = { version = "0.1.2", default-features = false, features = ["std", "alloc", "pio", "nightly", "experimental", "embassy"] }
default = embassy, std

These default features are set whenever esp_pwm_reader is added without default-features = false somewhere in the dependency tree.

Enables native of esp-idf-svc ^0.47

esp-idf-svc:

The next are propagated from esp-idf-sys via esp-idf-hal

std default = alloc

Enables binstart and std of esp-idf-svc ^0.47

alloc std

Enables alloc of esp-idf-svc ^0.47

pio

Enables pio of esp-idf-svc ^0.47

nightly

Enables nightly of esp-idf-svc ^0.47

experimental

Enables experimental of esp-idf-svc ^0.47

embassy default

Enables critical-section, embassy-sync and embassy-time-driver of esp-idf-svc ^0.47

esp_pwm_reader has 7 features without comments.