mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 17:16:44 +00:00
14 lines
204 B
C++
14 lines
204 B
C++
//
|
|
// uPD7002.hpp
|
|
// Clock Signal
|
|
//
|
|
// Created by Thomas Harte on 17/09/2025.
|
|
// Copyright © 2025 Thomas Harte. All rights reserved.
|
|
//
|
|
|
|
#ifndef uPD7002_h
|
|
#define uPD7002_h
|
|
|
|
|
|
#endif /* uPD7002_h */
|