P.Copper
Member level 5
- Joined
- Mar 18, 2013
- Messages
- 82
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,807
Hi all,
i wrote this line of code
and I'm getting this warning message
can anyone please explain to me what does that mean
i wrote this line of code
Code:
ADCHSbits.CH0SA0 = 0x0004; // Connect RB4/AN4 as CH0 input
and I'm getting this warning message
warning: large integer implicitly truncated to unsigned type
can anyone please explain to me what does that mean
Last edited by a moderator: