some things are working but regulation is fucked!

This commit is contained in:
2025-05-13 17:51:47 +02:00
parent 643861529f
commit 5b329b710a
12 changed files with 429 additions and 64 deletions

18
file_print.h Normal file
View File

@@ -0,0 +1,18 @@
/*
* file_print.h
*
* Created on: 13. maj 2025
* Author: Christian L. V. Madsen (OZ1CM)
*/
#ifndef FILE_PRINT_H_
#define FILE_PRINT_H_
void cm_file_open(char *fileName, float vtarget);
void cm_file_close();
void cm_file_print(float duty,float Rload, float Vout, float time);
void showProcentInCmd(float time, float simulate_target_time);
#endif /* FILE_PRINT_H_ */