v2.0.0
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')