Skip to content

Commit

Permalink
LCD migration TODO notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Sep 3, 2015
1 parent 8d5c73b commit 86fd219
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/lcd.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ function sleep(ms) {
}


// Ported from https://bitbucket.org/fmalpartida/new-liquidcrystal
// TODO: Migrate this to the new codified Expander class.
//
// - add portMode to PCF8574 controller
// - add portWrite to PCF8574 controller
//
//
// TODO: Investigate adding the above methods to
// all expander controllers.
//
function Expander(address, io) {
this.address = address;
this.mask = 0xFF;
Expand Down

0 comments on commit 86fd219

Please sign in to comment.