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

7
CMakeLists.txt Normal file
View File

@@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.0)
project(max668_calc LANGUAGES C)
add_executable(max668_calc main.c)
install(TARGETS max668_calc RUNTIME DESTINATION bin)