(buffer, count)
| 24 | read(count) { return native("_xs_i2c_read").call(this, count); } |
| 25 | write(buffer) { return native("_xs_i2c_write").call(this, buffer); } |
| 26 | writeRead(buffer, count) { return native("_xs_i2c_writeRead").call(this, buffer, count); } |
| 27 | |
| 28 | get format() { |
| 29 | return "buffer"; |