Yona Appletree

Results 40 comments of Yona Appletree

I have the same issue, but from TypeScript. It's a bit of a pain to reverse-engineer the actual line numbers, esp. since IntelliJ does not make it all that easy...

Perhaps -- maybe you have a better solution. My situation is that I have boards listed in the Arduino IDE that I want to use, and of course all I...

I just ran into this issue, and am now reluctant to use disposables in my code because of the lack of ability to ensure correct usage. For me, having to...

One name already used in the ecosystem is "continuation local storage" which is nice since it isn't specific to sync or async. See for example https://www.npmjs.com/package/continuation-local-storage with ~2m weekly downloads....

Sorry for the late response, at the moment LEDscape always uses both PRUs, but it would be fairly easy to add a configuration option to only use one.

Hey, thanks for looking into this, and I'm sorry I didn't get back to you sooner. I am aware of the issue, and have done several things to mitigate it...

It's worth noting, however, that it's the _writes_ that directly affect the GPIO jitter: > The PRU write instruction is a fire-and-forget command that executes in ~1 cycle. The problem...

Good question! I honestly don't have a good idea of who is using LEDscape right now (other than you!), and what their needs are :) That would be nice info...

Well, if you could bring that down to 22, you could use all r30 pins. Technically you can also disable the eMMC, but that's a little harder to deal with.

Thanks for kind words, and I’m glad things are (mostly) working for you. How many strips are you driving? If you can get by with 22 outputs, you can easily...