Posts by Felipe Ferreira Mendes • 21 points
1 post
-
2
votes1
answer767
viewsQ: Python code locking with time (Running in Rasbian)
I made a code in python, but it hangs after a while running, someone can help me optimize it to not crash? #!/usr/bin/env python #-*- coding:utf-8 -*- import serial import time…