Help and questions on programming the codebug
-
Heart
- Posts: 4
- Joined: Fri Apr 29, 2016 12:09 pm
Post
by Heart » Fri Apr 29, 2016 12:20 pm
Hi!
When i wanna use (reading) the digital input pin, get this error:
Uh-oh! Something isn't right!
You have tried to 'get input 0' but it is configured as an undefined.
line 18: if (io_get_input(0) == 1) {
Whats the problem? Please tell me correct methode.
Here the code:
http://www.codebug.org.uk/explore/codeb ... -problem/#
-
pigraham
- Posts: 67
- Joined: Sat Aug 15, 2015 1:41 pm
Post
by pigraham » Sat Apr 30, 2016 11:47 am
I see the same thing. You seem to be doing it right. I think it's a bug.
I find that read analog input works, so that could be a work-around for you. Configure the input as analog and use read analog.
-
Heart
- Posts: 4
- Joined: Fri Apr 29, 2016 12:09 pm
Post
by Heart » Sat Apr 30, 2016 5:31 pm
Thank you very much for your answer! That's right, I could use only analog inputs. (I hope I get this error with the developers and can then be corrected)
EDIT: The problem corrected, i checked.
-
mikerr
- Posts: 86
- Joined: Fri Jul 31, 2015 10:37 am
-
Contact:
Post
by mikerr » Sat Apr 30, 2016 7:49 pm
-
RobertBil
- Posts: 1
- Joined: Mon Aug 15, 2016 6:20 pm
Post
by RobertBil » Tue Aug 16, 2016 4:59 pm
Hi..i am a new user here. As per my experience you are to be doing it right and it's a bug.I find that read analog input works, so that could be a work-around for you. Configure the input as analog and use read analog.