1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-11-25 04:18:05 +00:00

Set up more realistic feedback loop.

This commit is contained in:
Thomas Harte
2025-11-18 18:26:02 -05:00
parent f513edc006
commit 2a0208c554
6 changed files with 54 additions and 30 deletions

View File

@@ -71,6 +71,10 @@ void Controller::process_write_completed() {
// Provided for subclasses to override.
}
void Controller::is_writing_final_bit() {
// Provided for subclasses to override.
}
// MARK: - PLL control and delegate
void Controller::set_expected_bit_length(const Time bit_length) {