Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
dadul96 committed Apr 19, 2020
1 parent bb595bb commit ab6a24f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/acquireAndDisplay.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function acquireAndDisplay(connStr, channel)
%channel : enter 1 for 1st or 2 for 2nd channel
% or enter 12 for both channels
%
%Version: 1.0.0 | Date: 14.04.2020 | Daniel Duller
%Version: 1.0.1 | Date: 18.04.2020 | Daniel Duller

% define constants:
DEFAULT_IP = '10.0.0.12';
Expand Down
2 changes: 1 addition & 1 deletion src/acquireOscilloscopeData.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%dataOut : measured data values
%sRate : sample rate
%
%Version: 1.0.0 | Date: 14.04.2020 | Daniel Duller
%Version: 1.0.1 | Date: 18.04.2020 | Daniel Duller

% define constants:
TIMEOUT = 5; % seconds
Expand Down
2 changes: 1 addition & 1 deletion src/determineAcquisitionSettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%sCount : sample count
%sRate : sample rate
%
%Version: 1.0.0 | Date: 14.04.2020 | Daniel Duller
%Version: 1.0.1 | Date: 18.04.2020 | Daniel Duller

% define constants:
INPUT_BUFFER_SIZE = 2^9; % 512 bytes
Expand Down

0 comments on commit ab6a24f

Please sign in to comment.