mirror of
https://github.com/doppelhub/Honda_Insight_LiBCM.git
synced 2026-06-10 23:47:28 -04:00
Whitespace
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user