Peter Mertz

Results 26 comments of Peter Mertz

Ditto, just ran into this as well!

I'd like to just say, I'm not working on this issue, but am wildly excited to see its progress. Huge thanks to everyone working on it and know that the...

Fantastic overview!!! I got it working very easily with a simple library, but it raised a second question: I'm specifically trying to get the [adafruit neopixel library](https://github.com/adafruit/Adafruit_NeoPixel) working, which has...

Still working through it -- getting the following error now: ``` /Users/pete/dev/particle/firmware/hal/inc/pinmap_hal.h:73:5: error: user-defined literal in preprocessor expression ``` when my build looks like: ``` let firmware_dir = "/Users/pete/dev/particle/firmware"; gcc::Config::new()...

Alright, I _think_ I've figured this all out, I have to run out right now, but I didn't want you to think I'd forgotten after you've given so much help!...

So close, so the crate compiles properly on it's own, but when included in the photon-quickstart's cargo file, and run `xargo build` I get the following error: ``` warning: warning:...

Just had a thought and tried compiling `neopixel_rs` with `xargo` as well, got a slew of errors, ``` error[E0463]: can't find crate for `std` error: aborting due to previous error(s)...

Got a little farther (I think), adding your `steed` library makes those warnings go away, but now I'm getting similar errors about `platform::*`; ``` W error[E0432]: unresolved import `platform::*` -->...

Alright -- I think I have everything working now, I just have to test with an actual strip of lights which, unfortunately, I won't have access to for the next...

@protomors ahh, that makes sense! I saw the assembly and noped out of there very quickly. I might revisit it regardless to see if I can get it to run...