sitaram
Junior Member level 1
- Joined
- Sep 18, 2012
- Messages
- 16
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,380
unsigned char adc_read(unsigned char chanel)
{
chanel<<=3;
ADCON0=0xc1|chanel;
sir i not understand it
{
chanel<<=3;
ADCON0=0xc1|chanel;
sir i not understand it