// // Dave.cpp // Clock Signal // // Created by Thomas Harte on 22/06/2021. // Copyright © 2021 Thomas Harte. All rights reserved. // #include "Dave.hpp" using namespace Enterprise; void Dave::write(uint16_t address, uint8_t value) { (void)address; (void)value; }