|
Re: Autonomous Code trouble
you know how to enable autonomous mode, don't you? you have to put a jumper somewhwere- don't remember where.
you could try enabling it manualy:
//////////////////////////////////////////////////////////
autonomous_mode=1;
while (autonomous_mode) /* DO NOT CHANGE! */
{
if (statusflag.NEW_SPI_DATA) /* 26.2ms loop area */
I didn't check that, so it might do something else instead.
__________________
/*
Anton Povzner, head&tail of team 1581 programming team... and that's just one of the many reasons for us to loose seriously
*/
|