@TheMasterAbdul You could make a new thread for the code you want to pause. Make the code you want to pause in a new thread and use Thread.sleep(); in that new thread. The code that isnt in that thread wont be paused
@Budishaa thanks for the replay, I thought of this, but I am trying to lower level because threads will not be as good as what I like to do, I just dont want to use the function sleep() in my application
Very neat, i like the idea of using events. I have an arduino with quite a bit of related ardunio protoboards. Is the pin layout the same? How difficult would it be to communicate with... lets say... a dallas temperature sensor? Or lcd display?
These videos are great. When will you be making more of them?
FAAapproved 50 minutes ago
Can you please answer this,
I am sure it is possible but I want to know how many.
can you do an internal interrupts "on time periods"?
I need this thanks
TheMasterAbdul 1 year ago
@TheMasterAbdul something like Thread.sleep(1000); ? This will pause the thread for one second
Budishaa 2 months ago
@Budishaa sure, but I am looking into something that doesnt pause the whole program,
I want things to work and flow together at the same time,
thats why I want a timer that just served every like second without pausing other executed code
TheMasterAbdul 2 months ago
@TheMasterAbdul You could make a new thread for the code you want to pause. Make the code you want to pause in a new thread and use Thread.sleep(); in that new thread. The code that isnt in that thread wont be paused
Budishaa 2 months ago
@Budishaa thanks for the replay, I thought of this, but I am trying to lower level because threads will not be as good as what I like to do, I just dont want to use the function sleep() in my application
TheMasterAbdul 2 months ago
Netduino friggin rocks!!!!
TooTrue2 1 year ago
Mate i am new to Arduino but really event handler are not advanced at all :D
MrFrankDM 1 year ago
@MrFrankDM what does that mean?
jkruse2007 1 year ago
Very neat, i like the idea of using events. I have an arduino with quite a bit of related ardunio protoboards. Is the pin layout the same? How difficult would it be to communicate with... lets say... a dallas temperature sensor? Or lcd display?
kainenable 1 year ago