Skip to content
Snippets Groups Projects
Commit 163ef1ec authored by Dominik HAefner's avatar Dominik HAefner
Browse files

changed stuff in driving back to normal

parent e33aa200
No related branches found
No related tags found
No related merge requests found
# Libraries
#import RPi.GPIO as GPIO
import RPi.GPIO as GPIO
import time
from encoder import Encoder
#import PWMoutputFunction
import PWMoutputFunction
# GPIO Mode (BOARD / BCM)
#GPIO.setmode(GPIO.BCM)
#print(GPIO.VERSION)
GPIO Mode (BOARD / BCM)
GPIO.setmode(GPIO.BCM)
print(GPIO.VERSION)
class Driving:
def __init__ (self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment