Uri Shaked

Results 619 comments of Uri Shaked

Further investigation shows that this broke once pi-pico SDK v1.5.1 was released. As a workaround, I downgraded the Pi Pico Arduino core to v3.2.2, which is the latest version using...

Hi Rafael, sorry, I haven't thought about this use case yet. Heads up that we're working on a new visual scenario runner / editor for Wokwi: ![image](https://github.com/wokwi/wokwi-features/assets/892318/a5a0b81b-cf18-465e-9c88-c1c201070550)

Reproduction: https://wokwi.com/projects/373508684566814721

From initial investigation, it doesn't look like a regression, at least not a recent one.

Would be interesting to compare that library (can be downloaded through the Library Manager tab) with the faulty one

Issue reproduced here. You seem to hit some edge case where the wire movement is not really terminated properly (thus, Undo doesn't work as well). looking into this.

Partial LSL implementation for node.js (using ffi): [lsl.js](https://github.com/urish/muse-lsl/blob/7e6cb08976f6d81332fe46c6fdd5799559475aef/lsl.js) Usage example: [Streaming data from Muse 2016 to LSL](https://github.com/urish/muse-lsl/blob/7e6cb08976f6d81332fe46c6fdd5799559475aef/index.js#L25)

Update: I'm working on a new simulation clock implementation that makes it easier to keep the peripherals synchronized accurately, and will also be more GC friendly. Plan to publish it...

Note: pushed the new clock implementation to the accurate-clock branch - see #137

CLA signed, should be ready to merge now