Hi
There are 4 pins that are being input to my arduino.
These 4 pins are digital pins that switch between 0 , 3.6 , 5
My problem is, how can I make a pulse out of them? against time.
Does an array help ? but it would be discrete, and continuously putting so many 1111111111111 or 00000 or whichever value, is that suitable?
How else can I save the on / off information in arduino? against time is the requirement.... I want to record the pattern basically.
There are 4 pins that are being input to my arduino.
These 4 pins are digital pins that switch between 0 , 3.6 , 5
My problem is, how can I make a pulse out of them? against time.
Does an array help ? but it would be discrete, and continuously putting so many 1111111111111 or 00000 or whichever value, is that suitable?
How else can I save the on / off information in arduino? against time is the requirement.... I want to record the pattern basically.