test CV
This commit is contained in:
+1
@@ -322,6 +322,7 @@ static void CV_Plot(CVMode *CV){
|
||||
NotifyCurrent[3] = (uint8_t) (CV->_MeasureData & 0x000000FF);
|
||||
|
||||
if (CV->_VoVi_Switch == 0x01){ //user see Vin
|
||||
LED_color(DARKLED, 255, 0, 0);
|
||||
NotifyVolt[0] = (uint8_t) (CV->MeasureVolt >> 24);
|
||||
NotifyVolt[1] = (uint8_t) ((CV->MeasureVolt & 0x00FF0000) >> 16);
|
||||
NotifyVolt[2] = (uint8_t) ((CV->MeasureVolt & 0x0000FF00) >> 8);
|
||||
|
||||
Reference in New Issue
Block a user