apollolabsdev
apollolabsdev
Undefined behavior seems to occur when passing a period of 0 Hz to the`set_period` method in a `PwmHz` handle. If the method is called once passing a 0 Hz value,...
The `get_period` and `set_period` implementations are not available for the `timer::pwm::PWMChannel` struct. The implementations can only be accessed through `timer::pwm::PwmHz` and `timer::pwm::Pwm` structs.
This is an issue I faced setting up an environment for `std` development on a macOS. This is on a Macbook Air with an M2 chip and Ventura 13.0. The...
Using version 0.17.0 of the esp-hal, and the code below, attempting to log using `UART0` alongside `println` does not work. **Hardware behavior:** Only "println output" is printed to the console...
The update entails adding links to both editions of the Simplified Embedded Rust book as an additional resource.
Using ESP32-C3 and `no-std`, attempting to log to the console using UART0 alongside `println` does not work. The code pauses without any output printed. This is a follow-up to the...
Suggestion to add an attribute to expand the number of the slide switch positions. This is to control one parameter that has more than two states. This would enable replicating...
While CSI support is available in ESP-IDF-based `std` API, exposing this feature for `no-std` development would open up new possibilities for developers working with the ESP32 and Rust. It would...