HI all
I am trying to write a code that does the following
-
Press inp2 on the board, and a box gets ticked in the program window
-
Press buttons on the program windows to turn on the L.E.D
-
Change the value of a pot, lets say ATT1, and this change is shown in the program window
-
A slider that changes the value of PWM1
Might be hard to explain so heres a diagram of form design
flickr.com/photos/34373255@N07/4559940831/
Thanking you
Sounds a whole lot like like a school assignment you are hoping someone else will do for you. Are there any specific issues you need help with?
Post the code you have so far and I’m sure people here will help you out…
[quote=“kuytno18”]HI all
I am trying to write a code that does the following
-
Press inp2 on the board, and a box gets ticked in the program window
-
Press buttons on the program windows to turn on the L.E.D
-
Change the value of a pot, lets say ATT1, and this change is shown in the program window
-
A slider that changes the value of PWM1
Might be hard to explain so heres a diagram of form design
flickr.com/photos/34373255@N07/4559940831/
Thanking you[/quote]
Lol
I have the leds coming on when i press a button, i just used
Writealldigital( Led Number )
thanks