mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2025-07-29 18:33:44 +02:00
Compare commits
7 Commits
v4.2.9-Dev
...
lewduino
Author | SHA1 | Date | |
---|---|---|---|
|
e06668f042 | ||
|
3e5d3b1caa | ||
|
81099af42b | ||
|
9240e7c6ba | ||
|
6c1c681a26 | ||
|
5ce67fac97 | ||
|
ac8d453d2c |
@@ -1,8 +1,7 @@
|
||||
/*
|
||||
* © 2022, Chris Harlow. All rights reserved.
|
||||
* Based on original by: Robin Simonds, Beagle Bay Inc
|
||||
*
|
||||
* This file is part of DCC-EX API
|
||||
* This file is part of DCC++EX API
|
||||
*
|
||||
* This is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
@@ -102,7 +101,7 @@ void _loopOutput() {
|
||||
ArduinoPins::fastWriteDigital(_clockPin,HIGH);
|
||||
ArduinoPins::fastWriteDigital(_clockPin,LOW);
|
||||
}
|
||||
ArduinoPins::fastWriteDigital(_latchPin, HIGH);
|
||||
digitalWrite(_latchPin, HIGH);
|
||||
}
|
||||
|
||||
int _read(VPIN vpin) override {
|
||||
|
Reference in New Issue
Block a user