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

14
main.c Normal file
View File

@@ -0,0 +1,14 @@
#include <stdio.h>
#include <stdlib.h>
#include "lib/max_functions.h"
//global variables
static int state=0;
int main(int argc, char *argv[])
{
if (argc == 1)
printf("\n");
return EXIT_SUCCESS;
}