mirror of
				https://github.com/TomHarte/CLK.git
				synced 2025-11-04 00:16:26 +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;
 |