mirror of
https://github.com/TomHarte/CLK.git
synced 2025-09-15 20:24:55 +00:00
Adjust bit polarity, meaning.
This commit is contained in:
@@ -122,6 +122,9 @@ class Controller:
|
||||
Drive &get_drive(size_t index) {
|
||||
return *drives_[index];
|
||||
}
|
||||
const Drive &get_drive(size_t index) const {
|
||||
return *drives_[index];
|
||||
}
|
||||
|
||||
void for_all_drives(const std::function<void(Drive &, size_t)> &func) {
|
||||
size_t index = 0;
|
||||
|
Reference in New Issue
Block a user