some things are working but regulation is fucked!
This commit is contained in:
18
file_print.h
Normal file
18
file_print.h
Normal 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_ */
|
||||
Reference in New Issue
Block a user