Go to advanced search

by xCeltix
Mon May 27, 2019 1:49 pm
Forum: Python
Topic: Multiple PWM pins array
Replies: 2
Views: 761

Re: Multiple PWM pins array

for example its possible to create a list for just GPIO leds=[10,9,11,5,6,7] GPIO.setup(leds,GPIO.OUT,initial=GPIO.LOW) But now i wanna do the same for PWM pins because its cleaner code, now i have to do this groen1=GPIO.PWM(leds[0],100) groen2=GPIO.PWM(leds[1],100) geel1=GPIO.PWM(leds[2],100) geel2...
by xCeltix
Mon May 27, 2019 11:59 am
Forum: Python
Topic: Multiple PWM pins array
Replies: 2
Views: 761

Multiple PWM pins array

Is it possible to make an array of (software)PWM pins? I want to control multiple LEDs with PWM with only 2 buttons
by xCeltix
Tue Jan 03, 2017 10:31 am
Forum: General discussion
Topic: Access Pi 3 w/ RealVNC or other
Replies: 4
Views: 718

Access Pi 3 w/ RealVNC or other

Hi, I want to connect my laptop to my Raspberry Pi 3 with RealVNC to work on it using my laptop. I know you can connect to the Raspberry Pi 3 with RealVNC over the internet, but since I don't have unlimited internet access I was wonderring if it could be accessed otherwise. I read on a site it was m...

Go to advanced search