Skip to content
Snippets Groups Projects
Commit eae7ec42 authored by Dominik Mehlem's avatar Dominik Mehlem
Browse files

add small beautifications

parent 5598ad9f
No related branches found
No related tags found
1 merge request!15switch from MATLAB serial to MATLAB serialport
...@@ -204,11 +204,11 @@ def print_success(brick, device): ...@@ -204,11 +204,11 @@ def print_success(brick, device):
# we can now use our bluetooth-EV3 with matlab # we can now use our bluetooth-EV3 with matlab
print(f''' print(f'''
################ USE WITH MATLAB ################ ################ USE WITH MATLAB ############
1. b=EV3(); 1. b=EV3();
2. b.connect('bt','serPort','{device}'); 2. b.connect('bt','serPort','{device}');
3. b.beep(); 3. b.beep();
################################################# #############################################
''') ''')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment