rsmeral / i2c-bus-types

TypeScript definitions for the i2c-bus npm module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

i2c-bus Type Definitions

Type definitions for i2c-bus.

Usage

yarn add -D i2c-bus-types

In tsconfig.json of your project:

{
  "compilerOptions": {
    "types": [
      "i2c-bus-types"
    ]
  }
}

About

TypeScript definitions for the i2c-bus npm module

License:MIT License