/pxt-seesaw

PXT / MakeCode integration for seesaw - beta

Primary LanguageTypeScript

seesaw (Beta) Build Status

A MakeCode package for Adafruit Seesaw I2C protocol.

Usage

  • Go to Advanced, Extensions and search for seesaw, then add it to your project.

Create a seesaw.Seesaw object and call the various interfaces. Optionally, pass the i2c device address in the constructor.

Building

  • install the PXT cli (make sure Node.js 8+ is installed)
npm install -g pxt
  • clone the repository
git clone https://github.com/Adafruit/pxt-seesaw

  • install the Adafruit editor
pxt target adafruit
  • build and run test
pxt

Releasing

To create a new release, run pxt bump from the project folder. Use semver logic to device if you need to bump major, minor etc... The editor will automatically pick the latest release in the repo.

License

MIT

Supported targets

(The metadata above is needed for package search.)