set_output_voltage function implemented. output to stdout.
This commit is contained in:
@@ -2,8 +2,13 @@
|
||||
#ifndef MAX_FUNCTIONS_H
|
||||
#define MAX_FUNCTIONS_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "eseries.h"
|
||||
|
||||
extern void set_output_voltage(double voltage, ESeries E_resistors);
|
||||
extern int set_output_voltage(double voltage, ESeries E_resistors);
|
||||
|
||||
#endif /*MAX_FUNCTIONS_H*/
|
||||
|
||||
Reference in New Issue
Block a user