User Activity

  • Posted a comment on a wiki page on raspberry-gpio-python

    I am having some troubles for signalizing of Raspberry Pi digital pins. Let me explain the problem The thing I was trying to do make a single pin constantly open, and ON-OFF other pins Lets say, GPIO.OUT 16 will constantly be open, meanwhile, the PIN 17, 27 and 22 will be open and close in a sequence import time import RPi.GPIO as GPIO GPIO.setwarnings(False) GPIO.setmode(GPIO.BCM) GPIO.setup(17, GPIO.OUT) GPIO.setup(27, GPIO.OUT) GPIO.setup(22, GPIO.OUT) GPIO.setup(16, GPIO.OUT) GPIO.output(16,...

View All

Personal Data

Username:
bcyalcin
Joined:
2021-05-10 08:17:47

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB