Raspberry Pi - PyDev with Eclipse (1) GPIOs

preview_player
Показать описание
How to install Eclipse and first steps with PyDev-Plugin

Sourcecode:

import wiringpi as wpi
from wiringpi import OUTPUT, HIGH, delay, LOW

while(True):
delay(2000)
delay(2000)
Рекомендации по теме
Комментарии
Автор

i've installed eclipse. but i can't open, there's pop up error see the log file any idea what i have to do?

muhammadimamrafi
Автор

Hi finally I installed it

By the way, do you know how to install and import RPi.GPIO?

nicobockko
Автор

And is there any reason you use python2.7?

nicobockko