The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
| using System.Collections; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| using UnityEditor; | |
| using System.IO; | |
| using TMPro; | |
| using Twity.DataModels.Core; | |
| using Twity.DataModels.Responses; | |
| public class LanternIdentifier : MonoBehaviour |
| /* | |
| * Course: Ateliyer 1: Discovery - DGIF-2004 | |
| * Prototype: TetherPad | |
| * Group Members: Johan Seaton, Sanmeet Chahil, Jerez Bain | |
| * | |
| * This code is used to allow the arduino to communicat with Ableton Live using the downloadable Connection Kit and Max for Live | |
| */ | |
| #include <Firmata.h> | |
| byte analogPin = 0; |