-
Inspired by [@Ericson2314's comment](https://github.com/rust-lang-nursery/portability-wg/issues/12#issuecomment-371922047) on a portability-wg issue about allocation-less `std::io::Error` I decided to…
-
I'm trying to implement `embassy_usb_driver::Driver` for the MAX3421E using `embedded_hal_async::spi::SpiDevice` and some parts of the trait docs aren't clear.
1. What is `Endpoint::wait_enabled`? …
-
I believe some way to set baud rate for the serial traits is needed.
### Relevant problem
[Dynamixel](http://www.robotis.us/dynamixel/) servos comes with two different RS-485 protocols that have s…
-
Hey! I am working on something where i needed the timer pwm input mode and i didn't find anything in the hal to implement this as in this crate there is a way to implementation pwm but pwm input is no…
-
In de API Strategie staat in de tekst boven (bij) API-12:
> In het geval van HAL zijn de gelinkte resources embedded in de standaard representatie. Met de hier beschreven fields parameter ontstaat …
-
I noticed that the current implementation uses non IRAM functions in the ESP32 interrupts :
https://github.com/fabianoriccardi/dimmable-light/blob/21edb0dde6cf61e4c866b704db18c99f4eaae86f/src/hw_ti…
-
I have a strange issue with the docs at https://docs.rs/stm32-hal2/latest/stm32_hal2/spi/struct.SpiConfig.html
if i click "Mode"
![image](https://user-images.githubusercontent.com/1166173/202801290…
-
i am working with an pololu ZUMO 32U4 oled. it uses an atmega32u4. The problem is i can't figure out how to make a spi connection with the oled. the problem being that the makers of this board uses ot…
-
Hi mikekelly,
Thank you for your job. I am looking at your source code and try to port it into my app.
I am experienced with backbone JS and jquery, but the way we use to build app with it is slit…
kopax updated
7 years ago
-
I was working on getting SPI working for a small project using your crate and ran into a problem with the SPI peripheral. The data register per the datasheet will send/receive u8's or u16's. I was try…