1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00

Auto include

This commit is contained in:
Asbelos 2024-10-06 13:18:29 +01:00
parent 312fc255e4
commit 5883f474ee
2 changed files with 2 additions and 2 deletions

View File

@ -570,6 +570,6 @@ protected:
#include "IO_EncoderThrottle.h"
#include "IO_TCA8418.h"
#include "IO_NeoPixel.h"
#include "IO_TM1638.h"
#endif // iodevice_h

View File

@ -20,7 +20,7 @@
#include <Arduino.h>
#include "IODevice.h"
#include "DIAG.h"
#include "IO_TM1638.h"
const uint8_t HIGHFLASH _digits[16]={
0b00111111,0b00000110,0b01011011,0b01001111,