PulseBlaster
pb_inst(0x0,CONTINUE,0,500.0*ms);
// Instruction 6 - Return from Subroutine to Instruction 1 in .5*s
pb_inst(0xF0F0F0,RTS,0,500.0*ms);
// End of pulse program
pb_stop_programming();
// Trigger the pulse program
pb_start();
//Read the status register
status = pb_read_status();
printf("status = %d", status);
pb_close();
return 0;
}
http://www.spincore.com
5/19/2006
16