Devin Jean
Devin Jean
Well I like something like that, except it depends on custom blocks. I was imagining a new class of RPCs that have some special annotation to denote that they are...
@brollb Ok, I have this fixed in [browser PR 1302](https://github.com/NetsBlox/Snap--Build-Your-Own-Blocks/pull/1302). It just hides the link for non-FS services. I figure we probably don't want to host arbitrary docs like community...
@GamersUnited6001 Hi, I just tried it out in firefox and chrome and it seems to be working. The first time it's used, your browser should ask if you want to...
@GamersUnited6001 Ah, ok, and one more detail: is this in the Android app or iOS?
I just tried this on Android and it works fine, so this might just be an iOS issue.
As in an enum over `AnyInputPin`, `AnyOutputPin`, etc.? I think that would be fine for the current version, but wouldn't include extra info like ADC/DAC/Touch since those are IO pins...
I just mean the peripherals, like i2c, gpio, pwm channels, timers, etc. in my project are configured at runtime based on a json file stored in nvs. I basically needed...
But for a deserializer to work I'd still have to have a concrete type that any pin, pwm, timer, etc. can map to, so I'd still need the stuff in...
That's kind of what I was thinking, but maybe slightly different. I was thinking the `Peripherals` object could be refactored to contain `Pins` (like it already does) for all gpio...
That would work and then we can take elements out of it without having to do the `Option` thing. But it could make it a bit confusing in some cases...