mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-01 10:05:55 +00:00
13 lines
193 B
C++
13 lines
193 B
C++
//
|
|
// Speaker.cpp
|
|
// Clock Signal
|
|
//
|
|
// Created by Thomas Harte on 12/01/2016.
|
|
// Copyright © 2016 Thomas Harte. All rights reserved.
|
|
//
|
|
|
|
#include "Speaker.hpp"
|
|
|
|
using namespace Outputs;
|
|
|