Search found 71 matches
- Tue Sep 25, 2012 6:41 am
- Forum: Eleven
- Topic: new to the eleven system and arduino programming
- Replies: 1
- Views: 2656
Re: new to the eleven system and arduino programming
That a fairly hefty bit of help you are asking for haha It would be fairly easy to do however. You have setup() just setting the pins to do the inputs and output pin settings. in your main loop() you have it reading analog0, and then on a switch or a nested if/then setup the rest of your code. When ...