Carlos Pereira Atencio

Results 441 comments of Carlos Pereira Atencio

Yes, something like that would do the trick, but then it would leave the variants with a "non-standard analog pin distribution" with the same problem as before. We could do...

yeah, the `AnalogPinConver()` function would have a lookup table for that conversion, so as you say input '0' would return the pin set for 'A0'.

The proposed solution discussed above can be found at #150.

This is a great example to test and showcase the changes discussed in https://github.com/carlosperate/ardublockly/pull/54, thanks for opening the issue for easy tracking.

In this case I have only added `long` type instead of unsigned. There will be implicit type conversion, but 32 bit signed accuracy should be sufficient for most cases. Adding...

Thanks for the picking that up @bmcage , should be fixed by https://github.com/carlosperate/ardublockly/commit/04279f9a5d9a03ce5cf090b0d0e519216bcfd46c. Sorry it's taking me a few days to responde to pending issues, I'm having some problems with...

I see, that is definitely a case that I did not foresaw. I'm not quite sure I fully understood your second proposed solution, could you elaborate a bit further? Ideally...

Hi @nickedens, you can email me to my personal address and we can discuss further. My email is the same as my github username (carlosperate) at gmail.com

Hi @emil01, Apologies with the late reply. Which version of Ardublockly are you running? As soon as a different board is selected in the setting it should update all the...

I see what you mean now, thanks. Yes, the server should inform the front end what board has been selected so that it can update the blocks. I'll need to...