Skip to content
This repository has been archived by the owner on Oct 7, 2019. It is now read-only.

Commit

Permalink
ad5593/main: Create version v0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
  • Loading branch information
mhennerich committed May 19, 2017
1 parent 4099a00 commit 0a89cf5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions AuxIO.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Pin Number> -f <Function> (-v <Value> | -u <Voltage>])
Usage: AuxIO_v03.exe -p <Pin Number> -f <Function> (-v <Value> | -u <Voltage>])
Pin Number IO pin select, number between 0..7
Function IO function select must be one of following:
Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Pin Number> -f <Function> (-v <Value> | -u <Voltage>])
Usage: AuxIO_v03.exe -p <Pin Number> -f <Function> (-v <Value> | -u <Voltage>])

Pin Number IO pin select, number between 0..7
Function IO function select must be one of following:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ad5593/ad5593.vcxproj
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<Keyword>Win32Proj</Keyword>
<RootNamespace>ad5593</RootNamespace>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<ProjectName>AuxIO_v02</ProjectName>
<ProjectName>AuxIO_v03</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion ad5593/main.cpp
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0a89cf5

Please sign in to comment.