1. 04 Sep, 2014 1 commit
    • Carlos's avatar
      Updated stepper library code generator: · 7f117a55
      Carlos authored
      Warnings on config instances are now shown inmediatly
      Fixed javascript issue missed during initial testing when adding stepper block in the wrong order would cause it to throw an exception
      Set up a better namespace for the drop down construction function
      7f117a55
  2. 01 Sep, 2014 1 commit
    • 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
  3. 28 Aug, 2014 36 commits
  4. 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
  5. 26 Aug, 2014 1 commit