Skip to content

Instantly share code, notes, and snippets.

View Muffinoota's full-sized avatar
😤
Prepping to launch my first SaaS

Ian McKay Muffinoota

😤
Prepping to launch my first SaaS
View GitHub Profile

Keybase proof

I hereby claim:

  • I am muffinoota on github.
  • I am muffinoota (https://keybase.io/muffinoota) on keybase.
  • I have a public key ASCjP3E6ceOQcHr6iIJ76oqUagCgQKbj4Fkeb4BEigYPcgo

To claim this, I am signing this object:

@Muffinoota
Muffinoota / data_2.txt
Created November 21, 2017 14:31
Impacts of Engineering data2 mirror
0.003
-0.446
-0.444
-0.439
-0.432
-0.423
-0.412
-0.400
-0.388
-0.377
//Pin Definitions
//Pin Definitions
//The 74HC595 uses a serial communication
//link which has three pins
const int data = 8;
const int latch = 9;
const int clock = 10;
const int button = 11;
const int speakerPin = 12;
using UnityEngine;
using System.Collections;
public class moveheroscript : MonoBehaviour {
// Use this for initialization
void Start(){
}
// Update is called once per frame