/SVA-Smart-Objects

Class repository for SVA IxD's Smart Objects

Primary LanguageC++

SVA-Smart-Objects

Welcome to the class repository for SVA IxD's Smart Objects 2021!

The repo is divided into topics by week, each week folder has a readme with relevant information and example project files.

Class pages

Using the class repository

To review class notes and readme files it is best to browse the repository on Github.com, md files are rendered with links and images and repository links make it easy to navigate.

To run code example you may either download or clone the repository, cloning is much preferred and makes it easier to fetch updates that are likely coming.

To clone the repository, run the following git command in your terminal of choice (make sure git is installed):

git clone https://github.com/BarakChamo/SVA-Smart-Objects.git

Setting up your computer to run the examples

To install the Arduino IDE download the installer compatible with your OS from the Arduino website.

Example projects are Arduino projects and can be opened by the Arduino IDE Opening a project in the Arduino IDE\

You can find an introduction to the Arduino development environment here.

Week 2's class notes provide detailed setup instructions for your Adafruit Feather board in the Arduino IDE