mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-02 16:04:59 +00:00
14 lines
250 B
C++
14 lines
250 B
C++
|
//
|
||
|
// ScanTarget.cpp
|
||
|
// Clock Signal
|
||
|
//
|
||
|
// Created by Thomas Harte on 14/11/2018.
|
||
|
// Copyright © 2018 Thomas Harte. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#include "ScanTarget.hpp"
|
||
|
|
||
|
using namespace Outputs::Display;
|
||
|
|
||
|
NullScanTarget NullScanTarget::singleton;
|