1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-29 18:33:44 +02:00

Compare commits

..

7 Commits

Author SHA1 Message Date
Asbelos
e06668f042 speedup 2022-12-26 10:09:34 +00:00
Asbelos
3e5d3b1caa Rename 2022-12-25 22:11:56 +00:00
Asbelos
81099af42b spelling and polling 2022-12-25 21:35:38 +00:00
Asbelos
9240e7c6ba input working 2022-12-25 20:52:07 +00:00
Asbelos
6c1c681a26 input working
1 board, no kit map, output untested
2022-12-21 11:18:39 +00:00
Asbelos
5ce67fac97 Include IO_DNU08 automatically 2022-12-18 15:32:37 +00:00
Asbelos
ac8d453d2c BNOU8 HAL driver 2022-12-18 12:28:13 +00:00
2 changed files with 3 additions and 5 deletions

View File

@@ -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 {

View File

@@ -4,8 +4,7 @@
#include "StringFormatter.h"
#define VERSION "4.2.9pre1"
// 4.2.9 duinoNodes support
#define VERSION "4.2.8pre1"
// 4.2.8 HIGHMEM (EXRAIL support beyond 64kb)
// Withrottle connect/disconnect improvements
// Report BOARD_TYPE if provided by compiler