Skip to content

Breakout 0.4.0

Latest
Compare
Choose a tag to compare
@soundanalogous soundanalogous released this 19 Jan 00:56
· 12 commits to master since this release
  • Add Firmata 2.5 features:
    • Serial feature. See examples.
    • INPUT_PULLUP pin mode
    • SET_DIGITAL_PIN_VALUE (set a single pin value rather than an entire port value)
  • Switched from AdvancedFirmata to ConfigurableFirmata in order to add Serial feature and more easily support adding new features going forward.
  • Updated breakout-server and moved to its own repo
  • Lots of code formatting updates