bianchi77
Advanced Member level 4
- Joined
- Jun 11, 2009
- Messages
- 1,313
- Helped
- 21
- Reputation
- 44
- Reaction score
- 20
- Trophy points
- 1,318
- Location
- California
- Activity points
- 9,442
Guys,
How to send 1 bit command into ATMEGA128?
I tried to send
PORTA.0 = 1;
but the compiler gives me an error.
I got this error :
../main.c:13:1: error: expected ';' before numeric constant
Any ideas ?
thanks
How to send 1 bit command into ATMEGA128?
I tried to send
PORTA.0 = 1;
but the compiler gives me an error.
I got this error :
../main.c:13:1: error: expected ';' before numeric constant
Any ideas ?
thanks
Last edited: