Matt Spencer

Results 14 comments of Matt Spencer

Hi Guys I was trying to use this crate with a rp2040 project I am working on. I noticed that it was failing with "--no-default-features --features=alloc". I believe this PR...

Thanks for enabling the actions to be run. Do you know what version of the rust compiler is used by the ubuntu-latest? The tests all pass when building locally using...

Interestingly, for me, master branch is failing in the same way on my local machine

I have updated the clippy configuration to ignore the new linting falures (apart from the double quoted single char which I have fixed). Hope this works now.

Sorry, I was mixing my syntax. `[WS2812B; 16]` is a rust style initialiser. I'm not a python expert, but I believe python would look more like `leds = [WS2812B() for...

Awesome, I assumed there was a valid reason for your design decisions. Sorry for the spam! The initial ask in this issue is still valid though, arrays/lists and iterators in...

Hi Guys, I am interested in using this library in my next project, but wanted to check the status of merging this PR. I am exploring creating libraries that make...

Hi Guys Thought I would let you know that I found the solution to my problems. Down to user error as these things mostly are. I changed the way I...

Hi Community I have had limited success with this so far. I am reliably able to set the host into sleep mode, but I am not able to wake any...

Thanks for the response. I am using the Seeed studio xiao rp2040, with the rp_pico as the HAL. Are you aware of support for the rp2040?