Skip to content

Commit

Permalink
Add missing, valid signature for i2cWrite
Browse files Browse the repository at this point in the history
  • Loading branch information
dtex authored and rwaldron committed Dec 28, 2019
1 parent 3d90a7a commit fb0f54a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/firmata.js/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ The `Firmata` constructor creates an instance that represents a physical board.
- `board.i2cWrite(address, [...bytes])`

Write an arbitrary number of bytes. May not exceed 64 Bytes.

- `board.i2cWrite(address, byte)`

Write a single byte to the current register.

- `board.i2cWrite(address, register, [...bytes])`

Expand Down

0 comments on commit fb0f54a

Please sign in to comment.