eseries header (offers access to the e series values) v1.0. set_output_voltage function started.

This commit is contained in:
Jan N. Bader
2021-04-12 22:26:48 +02:00
parent e8da6dc7fd
commit 6b40f888be
37 changed files with 2497 additions and 0 deletions

9
lib/max_functions.h Normal file
View File

@@ -0,0 +1,9 @@
/*max_functions.h*/
#ifndef MAX_FUNCTIONS_H
#define MAX_FUNCTIONS_H
#include "eseries.h"
extern void set_output_voltage(double voltage, ESeries E_resistors);
#endif /*MAX_FUNCTIONS_H*/