Skip to content

Commit

Permalink
Update example_BTLE.m
Browse files Browse the repository at this point in the history
  • Loading branch information
mheinri committed Nov 20, 2023
1 parent bf2762c commit d3409dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%% Raw access

% Set pattern
response = ris.sendCommand('!0XFFC00FFC00FFC00FFC00FFC00FFC00');
response = ris.sendCommand('!0XFFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000FFFF0000');
fprintf("Response from setting a pattern: %s\n", response);

% Read pattern
Expand Down

0 comments on commit d3409dd

Please sign in to comment.