ChristianKoehl Posted May 15, 2019 Share Posted May 15, 2019 I'm trying to figure out how to use channels with sequences etc as said in title. The first thing im trying to do is simply light up an led on a timer with a button using a sequence. That when the button is pressed, starts the sequence and the sequence lights the led for 5s then shuts back off. I cannot get this to work properly, any help understanding would be appreciated Link to comment Share on other sites More sharing options...
AzeoTech Posted May 21, 2019 Share Posted May 21, 2019 Channels look just like variables with some exceptions. So, if you have a digital output channel called "LED", you could have a sequence like this: LED = 1 delay(5) LED = 0 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.