mirror of
https://github.com/Luigi30/FruitMachine-Swift.git
synced 2024-11-27 13:53:23 +00:00
15 lines
273 B
Swift
15 lines
273 B
Swift
//
|
|
// KeyboardController.swift
|
|
// FruitMachine
|
|
//
|
|
// Created by Christopher Rohl on 8/1/17.
|
|
// Copyright © 2017 Christopher Rohl. All rights reserved.
|
|
//
|
|
|
|
import Cocoa
|
|
|
|
class KeyboardController: NSObject {
|
|
var KEYBOARD: UInt8 = 0x00
|
|
var STROBE: UInt8 = 0x00
|
|
}
|