Crate esp_idf_svc

source ·
Expand description

This crate contains wrappers which are mostly implementations of the abstractions defined in the embedded-svc project. It has features such as wifi, networking, httpd, logging.

§Features

This crate specifies a few cargo features, including:

  • std: Enable the use of std. Enabled by default.
  • experimental: Enable the use of experimental features.
  • embassy-time-driver: Implement an embassy time driver.

Modules§