3 Commits

Author SHA1 Message Date
Eli Lipsitz
a0bae3035a spi: Add custom spi::Operation enum
This replaces the Operation enum which was previously re-exported from
embedded_hal.

As of this commit, the enum is identical to the embedded_hal Operation,
except that there is no Word type parameter, as esp-idf-hal only uses u8
for SPI. Additionally, the `#[non_exhaustive]` attribute has been added
to allow for future expansion.
2024-09-29 19:39:47 +02:00
ivmarkov
6eeeae1018 Use better pins for esp32 2023-10-16 19:27:53 +00:00
ivmarkov
bb92e2a47e Async examples 2023-10-14 07:36:30 +00:00