Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 656 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 656 Bytes

Build Status

i2c-api

I2C Web API for the Raspberry Pi.

Design and Usage

To find out what operations this API supports, see the API Design Documentation.

Building

This is a Gradle project. To import it into IntelliJ follow these steps:

  1. Open the Gradle Tool Window. View->Tool Windows->Gradle
  2. Click the + button.
  3. Find the build.gradle file, and click OK.

To build it on the command line simply run:

$ gradle build

To package it up for deployment run:

$ gradle distTar