Is this program correct? This should work? (blinking led)
#include "pic16f84.h"
void main()
{
TRISB = 0;
for (;;)
{
PORTB = 0;
PORTB = 1;
}
}
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user