Is it wright that lookup can get only 85 figures?
if yes how can i write 3 lookup comands but i need like after one finishing it must count second and then third table. if button pressed.
Thanks in advance.
Emil
Is it wright that lookup can get only 85 figures?
if yes how can i write 3 lookup comands but i need like after one finishing it must count second and then third table. if button pressed.
Thanks in advance.
Emil
emilhs, The lookup command can have upto 255 results. I have used it with upto 128 in a lookup table for a serial/dotmatrix display system...
Dave Purola,
N8NTA
Steve can you please show me how to buld 2 lookups? and I will work it out
Emil
emilhs, I think he means something like this:
--------------------------------------------------------------------------------
Yelp3:
Lookup2 CounterA,366,425,483,591,664,760,886,967,1070,1182 ,1330,1330,1182_
1070,967,886,760,664,591,483,425,366],Frequency
Lookup2 CounterA,366,425,483,591,664,760,886,967,1070,1182 ,1330,1330,1182_
1070,967,886,760,664,591,483,425,366],Delay
Then use the "Frequency" and the "Delay" variables together to make a sound (multiple ways) then do it again,
Yelp4:
Lookup2 CounterA,366,425,483,591,664,760,886,967,1070,1182 ,1330,1330,1182_
1070,967,886,760,664,591,483,425,366],Frequency
Lookup2 CounterA,366,425,483,591,664,760,886,967,1070,1182 ,1330,1330,1182_
1070,967,886,760,664,591,483,425,366],Delay
Dave Purola,
N8NTA
but i need function like when the button is unpressed counting stops
emilhs, Just place a test for the appropriate input bit between calls to the lookup table...
Dave Purola,
N8NTA
Bookmarks