KVSN91
Junior Member level 2
- Joined
- Aug 27, 2015
- Messages
- 22
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1
- Activity points
- 182
facing a problem to toogle my portpin in lpc2103.
i wrote my code like this
i wrote my code like this
Code:
#define D4 (1<<19)
while(1)
{
IOSET = D4;
Delay();
IoCLR = D4;
}
Last edited by a moderator: