Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (10 loc) · 1.03 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.03 KB

MHacks Six Hacker Boards

This repository contains the support files for the MHacks 6 Hacker Boards, presented at the Intro to Hardware Workshop (presentation can be found here). In the hardware folder is copies of the Eagle schematic and board layout for the board given to participants, and in the firmware folder is the library to simplify working with the board's LEDs, button, and potentiometer/knob - also called "peripherals".

A pretty Arduino LED shield The MHacks Six Hacker Board. You like it? You should have come to the MHacks Six Intro to Hardware Workshop!

###How to Install the Library

  • Inside of the Arduino IDE, go to Sketch->Import Library->Add Library.
  • Choose the HackerBoard folder inside of the firmware folder.
  • The Arduino IDE handles the rest!
  • Be sure to check out the example animation (File->Examples->HackerBoard) if you're unsure how to work with the library, or what to do!