This commit is contained in:
King Kévin 2020-09-12 14:07:25 +02:00
parent 6f08d0e4ab
commit 7fc06171d9
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ int main(int argc, char* argv[])
}
if (!debug) { // print CSV header
printf("timer (in s),super fast timer,fast timer,timer,slow timer,VBUS voltage 1 (in V),VBUS current 1 (in A),VBUS current 2 (in A),VBUS current 3 (in A),VBUS power (in W),D+ voltage (in V),D- voltage (in V),internal temperature (in °C),external temperature 8in °C),VBUS voltage 2 (in V),VBUS current 4 (in A)\n");
printf("timer (in s),super fast timer,fast timer,timer,slow timer,VBUS voltage 1 (in V),VBUS current 1 (in A),VBUS current 2 (in A),VBUS current 3 (in A),VBUS power (in W),D+ voltage (in V),D- voltage (in V),internal temperature (in °C),external temperature (in °C),VBUS voltage 2 (in V),VBUS current 4 (in A)\n");
}
bool run = true; // read from USB as long as true