1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-24 08:36:14 +01:00

getting up to date, in case i abandon

This commit is contained in:
travis-farmer 2023-10-22 17:24:25 -04:00
parent f1aace96d5
commit decebd1802
2 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ void DCCTimer::reset() {
int16_t ADCee::ADCmax()
{
return 1024;
return 4095;
}
int ADCee::init(uint8_t pin) {

View File

@ -157,7 +157,7 @@
//#endif
#define SDA I2C_SDA
#define SCL I2C_SCL
#define DCC_EX_TIMER
// these don't work...
//extern const uint16_t PROGMEM port_to_input_PGM[];
//extern const uint16_t PROGMEM port_to_output_PGM[];