Benny
Benny
As discussed in #54 blink no delay basic example should be possible with ardublockly. This requires: - [ ] assign pin to variables for easy change in the code -...
Working with the new fieldinstance for stepper. Add two steppers to the workspace: Stepper1 and Stepper2. Now add two move statements, one for Stepper1 and one for Stepper2. Reload the...
The servo part has the following ``` .appendField(new Blockly.FieldDropdown( Blockly.Arduino.Boards.selected.pwmPins), 'SERVO_PIN'); ``` So it forces PWM pins. However, servo can run on all digital pins, see https://www.arduino.cc/en/Reference/Servo where it says:...
It would be interesting to have translation in boards.js As all of boards lives in generators, it has no access to Msg. I don't know why that is the case,...
I see you left a note on ardublockly: https://github.com/carlosperate/ardublockly/issues/78 Better would be to work together towards common blocks for arduino to use with our blockly versions. I like the approach...