yeremia-d / HCIN5300_Haptic_Spoon

Haptic Spoon Project for HCIN5300

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HCIN5300_Haptic_Spoon

Haptic Spoon Project for HCIN5300

Arduino Dependancies

Processing Libraries

  • Serial

Directory structure

  • haptic_spoon.ino - Arduino Program that runs the hardware
  • Button.pde - Processing sketch containing UI button object
  • haptic_spoon.pde - Main processing sketch that runs the UI

Some things to note

  • Having serial monitor open in arduino consumes the Serial port and you won't be able to run the IU
  • Having the UI sketch running will prevent any other traffic over serial and you won't be able to upload any updates to your arduino program.

About

Haptic Spoon Project for HCIN5300


Languages

Language:C++ 41.5%Language:Processing 31.4%Language:Arduino 27.1%