1. 11 Sep, 2014 1 commit
    • Carlos's avatar
      Added the SPI library to the arduino code generator. · f842c766
      Carlos authored
      It includes the new blocks and code generators in spi.js
      The arduino app has been update the include this blocks in a 'Comms' category
      The generators/arduino.js has also been updated to use 80 characters per line
      f842c766
  2. 04 Sep, 2014 2 commits
  3. 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
  4. 28 Aug, 2014 35 commits