/presentation-i2c-basics

Presentation on the basics of I2C and using SAAS's I2C APIs (For the Redshift Robotics FTC Workshop 2015)

Primary LanguageHTML

I2C basics

A Bespoke.js presentation, built with generator-bespoke

View slides locally

First, ensure you have the following installed:

  1. Node.js
  2. Bower: $ npm install -g bower
  3. Gulp: $ npm install -g gulp

Then, install dependencies and run the preview server:

$ npm install && bower install
$ gulp serve