Skip to content

Instantly share code, notes, and snippets.

View matthewellis's full-sized avatar

Matthew Ellis matthewellis

  • Edinburgh, Scotland.
View GitHub Profile
@matthewellis
matthewellis / ViewController.swift
Last active February 2, 2016 21:13
Simple Barcode Scanning with Swift 2.1
import UIKit
import AVFoundation
class ViewController: UIViewController, AVCaptureMetadataOutputObjectsDelegate {
let session : AVCaptureSession = AVCaptureSession()
var previewLayer : AVCaptureVideoPreviewLayer!
var highlightView : UIView = UIView()
@matthewellis
matthewellis / TLC5971 breakout.jpg
Last active December 19, 2015 17:28 — forked from tmpvar/TLC5971 breakout.jpg
Swapped blue and red write commands as they where in the wrong order.
TLC5971 breakout.jpg