From 0a89cf594850110d115c36b62c6388c317a2a1c3 Mon Sep 17 00:00:00 2001 From: Michael Hennerich Date: Fri, 19 May 2017 11:39:34 +0200 Subject: [PATCH] ad5593/main: Create version v0.3 Signed-off-by: Michael Hennerich --- AuxIO.iss | 4 ++-- README.md | 6 +++--- Readme.txt | 6 +++--- ad5593/ad5593.vcxproj | 2 +- ad5593/main.cpp | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) mode change 100755 => 100644 ad5593/ad5593.vcxproj mode change 100755 => 100644 ad5593/main.cpp diff --git a/AuxIO.iss b/AuxIO.iss index 37115b6..1dfc52c 100644 --- a/AuxIO.iss +++ b/AuxIO.iss @@ -3,7 +3,7 @@ [Setup] AppId={{D06C1142-29F1-4F9F-99C5-CAF437C4CB51}} AppName={#MyAppName} -AppVersion="0.2" +AppVersion="0.3" AppPublisher="Analog Devices, Inc." AppPublisherURL="http://www.analog.com" AppSupportURL="https://ez.analog.com/" @@ -21,7 +21,7 @@ MinVersion=10.0 Name: "english"; MessagesFile: "compiler:Default.isl" [Files] -Source: "x64/Release/AuxIO_v02.exe"; DestDir: "{app}"; Flags: ignoreversion; Check: IsWin64 +Source: "x64/Release/AuxIO_v03.exe"; DestDir: "{app}"; Flags: ignoreversion; Check: IsWin64 Source: "x64/LICENSE.txt"; DestDir: "{app}"; Flags: ignoreversion; Source: "Readme.txt"; DestDir: "{app}"; Flags: isreadme Source: "x64/vc_redist.x64.exe"; DestDir: {tmp}; Flags: deleteafterinstall diff --git a/README.md b/README.md index 8191591..b941de8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This tool is open source and released under the [MIT license], it’s source cod Usage: ``` AuxIO: Command line auxiliary IO test utility, Version v0.2 -Usage: AuxIO_v02.exe -p -f (-v | -u ]) +Usage: AuxIO_v03.exe -p -f (-v | -u ]) Pin Number IO pin select, number between 0..7 Function IO function select must be one of following: @@ -49,8 +49,8 @@ Value Function dependent value 0..4095 Voltage Function dependent value 0.0 .. 5.0 Volt Examples: -AuxIO_v02.exe -p 1 -f dac -v 2.5 -AuxIO_v02.exe -p 2 -f gpio-out -u 1 +AuxIO_v03.exe -p 1 -f dac -v 2.5 +AuxIO_v03.exe -p 2 -f gpio-out -u 1 ``` [AD5593R]: http://www.analog.com/AD5593R diff --git a/Readme.txt b/Readme.txt index 8e01ad6..5b2ca09 100644 --- a/Readme.txt +++ b/Readme.txt @@ -18,7 +18,7 @@ This tool is open source and released under the MIT license [5], it’s source c Usage: AuxIO: Command line auxiliary IO test utility, Version v0.2 -Usage: AuxIO_v02.exe -p -f (-v | -u ]) +Usage: AuxIO_v03.exe -p -f (-v | -u ]) Pin Number IO pin select, number between 0..7 Function IO function select must be one of following: @@ -49,8 +49,8 @@ Value Function dependent value 0..4095 Voltage Function dependent value 0.0 .. 5.0 Volt Examples: -AuxIO_v02.exe -p 1 -f dac -v 2.5 -AuxIO_v02.exe -p 2 -f gpio-out -u 1 +AuxIO_v03.exe -p 1 -f dac -v 2.5 +AuxIO_v03.exe -p 2 -f gpio-out -u 1 [1] http://www.analog.com/AD5593R diff --git a/ad5593/ad5593.vcxproj b/ad5593/ad5593.vcxproj old mode 100755 new mode 100644 index dacef60..6cec916 --- a/ad5593/ad5593.vcxproj +++ b/ad5593/ad5593.vcxproj @@ -46,7 +46,7 @@ Win32Proj ad5593 10.0.14393.0 - AuxIO_v02 + AuxIO_v03 diff --git a/ad5593/main.cpp b/ad5593/main.cpp old mode 100755 new mode 100644 index 83e21fd..e31b05a --- a/ad5593/main.cpp +++ b/ad5593/main.cpp @@ -9,7 +9,7 @@ #include "ad5593.h" -#define AUXIO_VERSION "v0.2" +#define AUXIO_VERSION "v0.3" #define I2C_BUS_FRIENDLY_NAME "I2C3" #define I2C_SALVE_ID 0x10