Cargo Features

blinksy-esp has no features set by default.

[dependencies]
blinksy-esp = { version = "0.1.0", features = ["esp32c2", "esp32c3", "esp32c6", "esp32h2", "esp32", "esp32s2", "esp32s3"] }
esp32c2

Chip Support Feature Flags
Target the ESP32-C2.

Enables esp32c2 of esp-hal

esp32c3

Target the ESP32-C3.

Enables esp32c3 of esp-hal

esp32c6

Target the ESP32-C6.

Enables esp32c6 of esp-hal

esp32h2

Target the ESP32-H2.

Enables esp32h2 of esp-hal

esp32

Target the ESP32.

Enables esp32 of esp-hal

esp32s2

Target the ESP32-S2.

Enables esp32s2 of esp-hal

esp32s3

Target the ESP32-S3.

Enables esp32s3 of esp-hal