Skip to content

v2.0.0

Compare
Choose a tag to compare
@noopkat noopkat released this 19 Oct 23:21
· 121 commits to master since this release

Feature additions:

  • added SPI support (#8)

API changes:

  • new Oled() now requires two additional parameters:
    • five passes in johnny-five object for pin creation
    • protocol to specify either I2C or SPI preference
    • example: new Oled(board, five, 128, 32, 0x3C, 'I2C')