Skip to content

Instantly share code, notes, and snippets.

View ardadi's full-sized avatar
💭
(:

Arda Dindar ardadi

💭
(:
View GitHub Profile
import cv2
import RPi.GPIO as GPIO
import time
RelayA = [21, 20, 26] #CH1, CH2, CH3
RelayB = [16, 19, 13]
GPIO.setmode(GPIO.BCM)
GPIO.setwarnings(False)