From effbc62915ee9edf2ddcb8bd65e693a0ae7e4cd1 Mon Sep 17 00:00:00 2001 From: Daniel Duller <46626392+dadul96@users.noreply.github.com> Date: Fri, 17 Apr 2020 20:25:07 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b65071..1586e38 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,14 @@ Following functions can be called: - **connStr** - Same as in the functions above. - **channel** - Same as in the functions above. * **acquireAndDisplay(connStr, channel)** (uses `acquireOscilloscopeData`) - - Plots the acquired data into a new figure. Besides that it returns the most important signal properties to the command-window (see example below). + - Plots the acquired data into a new figure. Besides that, it returns the most important signal properties to the command window (see example below). - **connStr** - Same as in the functions above. - **channel** - Same as in the functions above. ### Example #### Screenshot of the signal displayed on the oscilloscope: ![](/pictures/scope_screenshot.png) -#### Screenshot of the MATLAB command-window: +#### Screenshot of the MATLAB command window: ![](/pictures/acquireAndDisplay_properties_screenshot.png) #### Screenshot of the plotted data: ![](/pictures/acquireAndDisplay_plot_screenshot.png)