mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-24 16:46:13 +01:00
getting up to date, in case i abandon
This commit is contained in:
parent
f1aace96d5
commit
decebd1802
|
@ -314,7 +314,7 @@ void DCCTimer::reset() {
|
||||||
|
|
||||||
int16_t ADCee::ADCmax()
|
int16_t ADCee::ADCmax()
|
||||||
{
|
{
|
||||||
return 1024;
|
return 4095;
|
||||||
}
|
}
|
||||||
|
|
||||||
int ADCee::init(uint8_t pin) {
|
int ADCee::init(uint8_t pin) {
|
||||||
|
|
|
@ -157,7 +157,7 @@
|
||||||
//#endif
|
//#endif
|
||||||
#define SDA I2C_SDA
|
#define SDA I2C_SDA
|
||||||
#define SCL I2C_SCL
|
#define SCL I2C_SCL
|
||||||
#define DCC_EX_TIMER
|
|
||||||
// these don't work...
|
// these don't work...
|
||||||
//extern const uint16_t PROGMEM port_to_input_PGM[];
|
//extern const uint16_t PROGMEM port_to_input_PGM[];
|
||||||
//extern const uint16_t PROGMEM port_to_output_PGM[];
|
//extern const uint16_t PROGMEM port_to_output_PGM[];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user