Rasmus Haglund
Rasmus Haglund
I think the easiest way would be to use the same generators as ardublockly. Sure it would be interesting to eventually add some kind of emulator, but since the process...
Yeah, I was thinking that Scratch VM could be used to "emulate" some parts of an Arduino in the browser. For example, instead of animating x/y positions of a sprite...
I agree, it would be great if the user could tweak some parameters and then save it in local storage. It would be fun to have some parameters to play...
Ah I see. So that would be solved by making it a Chrome extension, or maybe one could add parameters to the javascript or bookmark.
I'm thinking about this kind of functionality but for Multi. Maybe something like this: ``` multi.subscribe().withSubscriber(AssertSubscriber.create()) .request(1) .assertLastItem(p -> { assertEquals("name", p.name); assertEquals(38, p.age); }) .request(1) .assertLastItem(p -> { assertEquals("another...