To: | |
---|---|
Subject: | Re: [ts-7000] DIO2 for basic I/O |
From: | Jim Jackson <> |
Date: | Mon, 30 Mar 2009 22:26:33 +0100 (BST) |
You've got poor logic in your program.... On Mon, 30 Mar 2009, lazo93600 wrote: > for(;;) > { > *BASE0=0x00; //set all the pin at logic low > //printf("%x\n",*BASE0); > sleep(1000); You really mean to sleep for 1000 seconds? > *BASE0=0xff; //set all the pin at logic high > //printf("%x\n",*BASE1); and you should sleep again here, otherwise you set the ports high here, and loop to the start and IMMEDIATELY set them low again, within maybe sub-microsecond time! > } > > return 0; > > } > ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ts-7000/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ts-7000/join (Yahoo! ID required) <*> To change settings via email: <*> To unsubscribe from this group, send an email to: <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [ts-7000] DIO2 for basic I/O, lazo93600 |
---|---|
Next by Date: | [ts-7000] Re: samba client on TS-7260, alexanchoragealaska |
Previous by Thread: | [ts-7000] DIO2 for basic I/O, lazo93600 |
Next by Thread: | [ts-7000] Industrial SD or Micro SD Memory Sources, eric.robishaw |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU