Go to advanced search

by CraftMarine
Sun Mar 29, 2020 6:48 pm
Forum: C/C++
Topic: Issue using pullUpDnControl
Replies: 3
Views: 333

Re: Issue using pullUpDnControl

Thanks for your help, I just didn't checked by myself, everything working fine now ^^
by CraftMarine
Fri Mar 27, 2020 10:34 am
Forum: C/C++
Topic: Issue using pullUpDnControl
Replies: 3
Views: 333

Re: Issue using pullUpDnControl

Oh god, feeling so dumb right now... The details I don't see :'(. With this correction it work. But I think I might have some other question with my main program. I'll be posting back soon
by CraftMarine
Fri Mar 27, 2020 9:41 am
Forum: C/C++
Topic: Issue using pullUpDnControl
Replies: 3
Views: 333

Issue using pullUpDnControl

Hi everyone ! I'm facing some issue with the pullUpDnControl() function. Below is my code : #include <wiringPi.h> #include <stdio.h> #define BUTTON 25 void buttonSetup (void) { wiringPiSetupGpio () ; pullUpDnControl (BUTTON, PUD_UP) ; pinMode (BUTTON, INPUT) ; } int main(void){ while(1){ if (digital...
by CraftMarine
Mon Oct 02, 2017 4:28 pm
Forum: Raspberry Pi OS
Topic: [Help] Can't install PiFace Digital software
Replies: 16
Views: 14962

Re: [Help] Can't install PiFace Digital software

I've tryed first, with pip (way faster) and it worked :) even with pip3

thanks pcmanbob and Dirks for your help :)
by CraftMarine
Fri Sep 29, 2017 9:16 pm
Forum: Raspberry Pi OS
Topic: [Help] Can't install PiFace Digital software
Replies: 16
Views: 14962

[Help] Can't install PiFace Digital software

Hi ! I just got my Piface 2 for my raspberry 3. I've managed myself to find the documentation and install everything correctly. So, my RB run with the latest version of Rasbian. My probleme is I can't instal the Piface digital software. I found on the documentation the commande you need to install i...

Go to advanced search