Whitespace

This commit is contained in:
doppelhub
2024-07-24 13:38:17 -04:00
parent d2a2c5157b
commit f6815fc51a
2 changed files with 2 additions and 3 deletions

View File

@@ -10,12 +10,11 @@ void setup()
//getting here takes ~16 milliseconds after IMA switch on
gpio_begin();
wdt_disable();
LiControl_begin(); //SPI data issues until initialized
LiControl_begin(); //SPI errors until initialized
LTC68042configure_initialize();
Serial.begin(115200); //USB
METSCI_begin();
BATTSCI_begin();
heater_begin();
eeprom_begin();
LiDisplay_begin();

View File

@@ -11,7 +11,7 @@
#define GATHERING_CELL_DATA 0
#define CELL_DATA_PROCESSED 1
#define LTC6804_MAX_CONVERSION_TIME_ms 5 //4.43 ms in '2kHz' sampling mode
#define LTC6804_MAX_CONVERSION_TIME_ms 5 //4.43 ms in '2kHz' sampling mode
bool LTC68042cell_nextVoltages(void);
void LTC68042cell_acquireAllCellVoltages(void);