1. 01 Sep, 2014 2 commits
    • carlospamg's avatar
      Merge branch 'blockly-original' · 7dc329be
      carlospamg authored
      7dc329be
    • Carlos's avatar
      Added Arduino Stepper library code blocks and generators: · b57b7199
      Carlos authored
      One block required to configure a stepper class instance, and another block used to set the number of steps to move.
      The setter block dynamically picks any existing instance of a stepper class and generates a drop down menu (similar to the variables blocks).
      Still to do is to add an lister and handler to update the menu when the instance names changes.
      b57b7199
  2. 28 Aug, 2014 37 commits
  3. 27 Aug, 2014 1 commit
    • Carlos's avatar
      Improved IO block generator: · 865d8971
      Carlos authored
      It now checks if the pin has been used by a previous block to be in a different configuration (Input, output, pwm, etc) and if it has, it alerts the user using a warning.
      This was implemented, instead of temporarily changing the pin status because and output can not keep state as an input, and an input cannot be inlined into a line of code if the pinMode has to be changed before and after.
      865d8971