Tad illegal? It scans the trigger at a hardware level. If the cycle has not finished yet (which we know based on the eye system), the trigger event (if one legitimately occurs) is stored and processed up completion of the cycle. The Angel IR3 does this, and the Intimidator has done this long before our hardware. This is nothing new guys.
Don't use 18 volts. There is a simple voltage divider used to convert the battery voltage in half (about 4.5v with a fresh battery), and that is fed into the ADC input on the PIC to determine the battery level. If you use 18v, you will be feeding 9v into the PIC and that will destroy it.
Yes, there is a complete multitasking OS. Remember, I develop emulation technology and quite use to merging multiple different operating systems so that they function together. I have timer events, LED events, LCD events, etc. Ever notice that the LCD display doesn't lag behind with the Equalizer board like it does with the SOB? Using a multitasking system allows realtime updates of everything. The firing code is all interrupt based, allowing the highest priority of CPU processing. One of the reasons why the Equalizer is so fast is due to the multitasking OS.
Don't use 18 volts. There is a simple voltage divider used to convert the battery voltage in half (about 4.5v with a fresh battery), and that is fed into the ADC input on the PIC to determine the battery level. If you use 18v, you will be feeding 9v into the PIC and that will destroy it.
Yes, there is a complete multitasking OS. Remember, I develop emulation technology and quite use to merging multiple different operating systems so that they function together. I have timer events, LED events, LCD events, etc. Ever notice that the LCD display doesn't lag behind with the Equalizer board like it does with the SOB? Using a multitasking system allows realtime updates of everything. The firing code is all interrupt based, allowing the highest priority of CPU processing. One of the reasons why the Equalizer is so fast is due to the multitasking OS.




Comment