Simulating a 60-2 trigger wheel you might checkout the JimStim - http://jbperf.com/JimStim/index.html - it does what you want plus a lot more wheels than just 60-2
Les
Tuesday, 14 August 2012 - 14:30
Char to Int I think what you tried to do is
minute_von=*(unsigned int *)...
Thursday, 12 April 2012 - 21:20
Temp Logger - RTD ?? pricy was in the $60/chip for RTD conditioner chips, the reason for adding teh RTD availability and price of existing BBQ RTD sensors is substantially cheaper than thermocouples...
Saturday, 29 October 2011 - 14:22
MEMCMP Function Working Incorrectly? memcmp should return 0 if equal, a positive int if M1 > M2 and a negative int if M1 < M2 --- the value of the positive or negative number is undefined.
Wednesday, 26 January 2011 - 18:09
antenna tracking system my guess is it is a timming problem. by using a single linear buffer that gets reset on new valid data - you might be still processing the old data when the new stuff is being...
Friday, 17 July 2009 - 12:03
Butterfly's zbaird wrote:
When you do get them, notice whether they immediately (within a second or two) start displaying the scrolling message on the LCD, or whether you have to poke the...
Friday, 17 July 2009 - 11:42
Butterfly's zbaird wrote: a great place to watch the fireworks.
Probably saw you there. You and 5,000 other people. You should have waved.
Quite possibly - we watched from a friends house at...
Friday, 10 July 2009 - 20:06
Butterfly's Thanks -- ordered 2 from mouser -- I cancel the digi-key order. I'll post back here when I get them on the state of the fuse.
ZBaird -- yes Sammamish as in Issaquah or Seattle...
Friday, 10 July 2009 - 11:48
Help me in this code. gee I wonder if anything else could be using port D -- like maybe jtag??
LEs
having two interrupts SPI and USART based on your code -- you will never enter the byte 2 code in the ISR...
the following resets the count for every interupt
unsigned char byte_count_2=0;
you will never...
you might checkout the JimStim - http://jbperf.com/JimStim/index.html - it does what you want plus a lot more wheels than just 60-2 Les
I think what you tried to do is minute_von=*(unsigned int *)...
pricy was in the $60/chip for RTD conditioner chips, the reason for adding teh RTD availability and price of existing BBQ RTD sensors is substantially cheaper than thermocouples...
memcmp should return 0 if equal, a positive int if M1 > M2 and a negative int if M1 < M2 --- the value of the positive or negative number is undefined.
my guess is it is a timming problem. by using a single linear buffer that gets reset on new valid data - you might be still processing the old data when the new stuff is being...
zbaird wrote: When you do get them, notice whether they immediately (within a second or two) start displaying the scrolling message on the LCD, or whether you have to poke the...
zbaird wrote: a great place to watch the fireworks. Probably saw you there. You and 5,000 other people. You should have waved. Quite possibly - we watched from a friends house at...
Thanks -- ordered 2 from mouser -- I cancel the digi-key order. I'll post back here when I get them on the state of the fuse. ZBaird -- yes Sammamish as in Issaquah or Seattle...
gee I wonder if anything else could be using port D -- like maybe jtag?? LEs
depending on the xNIX you are using, permissions need to be 600 - or it won't run.
based on your code -- you will never enter the byte 2 code in the ISR... the following resets the count for every interupt unsigned char byte_count_2=0; you will never...
try test = (long)(1<<31);
Pages