4.0.1 • Published 1 year ago

@johntalton/i2c-bus-mcp2221 v4.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

I²C Bus MCP2221

An I²C interface I2CBus implementation over MCP2221

npm Version GitHub package.json version CI GitHub Downloads Per Month GitHub last commit

import { MCP2221 } from '@johntalton/mcp2221'
import { I2CBusMCP2221 } from '@johntalton/i2c-bus-mcp2221'

const hidDevice = /* navigator.hid.request ... */
const source = new WebHIDStreamSource(hidDevice) // or NodeHIDStreamSource
const device = MCP2221.from(source)
const bus = I2CBusMCP2221.from(device)

// bus.readI2CBlock(...) and friends
4.0.1

1 year ago

4.0.0

1 year ago

2.0.1

2 years ago