-
after add this files to proect, error build. File not found -
#include "i2c.h"
#include "usart.h"
#include "gpio.h"
#include "spi.h"
-
Raspberry Pi Pico W now support WiFi & Bluetooth.
https://datasheets.raspberrypi.com/picow/connecting-to-the-internet-with-pico-w.pdf
Is it possible to connect using rust?
-
Hi.
I've started working on some [code](https://github.com/luqasz/flash) for flashing / reading AVR atmega chips. As for now I got working reading flash from atmega32. atmega2560 seems to be a bi…
-
Has there been any discussion on adding traits for MDIO or MAC interfaces? These are about the last common peripheral that I haven't been able to find any discourse about. It seems like there may be a…
-
This one from Falcon is interesting. We have a `tensor.pack` AND a `tensor.unpack` within the same dispatch:
```
hal.executable public @forward_dispatch_41 {
hal.executable.variant public @syst…
-
Hello there, when trying to use a shared SPI bus, which is async, the `SdCard` cannot be instantiated, since the trait is not implemented. Is there a specific technical reason for this, or was this ju…
-
Hi. Is there a built-in way to output collections? If so, could you please give an example in the Readme of how? I see that you have a PagedRepresentation in the samples, but I wonder if a default `Ha…
-
This library does not appear to match the hal spec in regards to doing post and put operations.
The examples shown from Spring indicate that the server returns a Resource, but the client is expecte…
-
### Describe the feature and motivation
samples is one of the main faces of the library. Currently, we have a lot of poorly organized, mainly obsolete samples in OpenCV. We need to clean it up in O…
-
Firstly, good job writing a SPI driver for this hardware. I had a question though: why is your embedded-hal so old? Is it recommended to not use the newer version? Are programs using the newer version…