Skip to content
Snippets Groups Projects
Commit b7610c5e authored by Tarik Graba's avatar Tarik Graba :scream_cat:
Browse files

Explicitly use python3 interpreter

parent 3fd31a0d
No related branches found
No related tags found
No related merge requests found
Pipeline #98619 passed
#! /usr/bin/env python3
# Check that the microcontroller behaves as expected by exchanging # Check that the microcontroller behaves as expected by exchanging
# information with the microcontroller. # information with the microcontroller.
......
#! /usr/bin/env python #! /usr/bin/env python3
import controller import controller
import time import time
......
#! /usr/bin/env python #! /usr/bin/env python3
# #
# Basic PID test # Basic PID test
......
#! /usr/bin/env python #! /usr/bin/env python3
# #
# Show encoders value as fast as possible # Show encoders value as fast as possible
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment