|
@@ -98,9 +98,10 @@ void pi_i2c_mcu(){
|
|
|
/*
|
|
/*
|
|
|
* min_voltage: 300 (2C 01)
|
|
* min_voltage: 300 (2C 01)
|
|
|
* max_voltage: 4200 (68 10)
|
|
* max_voltage: 4200 (68 10)
|
|
|
- * cut off current: 250 (FA)
|
|
|
|
|
- * Capacitance: 2000 (D0 07)
|
|
|
|
|
* charge fraction: 25 (19)
|
|
* charge fraction: 25 (19)
|
|
|
|
|
+ * Capacitance: 2000 (D0 07)
|
|
|
|
|
+ * cut off current: 75
|
|
|
|
|
+ *
|
|
|
*/
|
|
*/
|
|
|
uint8_t rx_index= 0;
|
|
uint8_t rx_index= 0;
|
|
|
uint8_t requestedSlot= (receivedCommand & 0xF0)>>4;
|
|
uint8_t requestedSlot= (receivedCommand & 0xF0)>>4;
|