电源程序
时间:10-02
整理:3721RD
点击:
我这有关于电源的程序,有很多基础的问题请教,用PIC控制的,程序不是很难。请这方面比较熟悉前辈能帮帮我,有偿的,有意者私聊
补充内容 (2017-5-8 10:11):
NT16 read_a2d(unsigned char channel)
{
UINT8 u8ADCRes0,u8ADCRes1;
UINT16 u16ADCResult;
channel&=0x1F; // truncate channel to 3 bits
ADCON0&=0x03; // clear current channel select
ADCON0|=(channel<<2); // apply the new channel select
ADGO=1; // initiate conversion on the selected channel
while(ADGO == 1)//等待转换
{
continue;
}
ADIF=0;
u8ADCRes0 = ADRESL;
u8ADCRes1 = ADRESH & 0x03;
u16ADCResult = (u8ADCRes1<<8)|(u8ADCRes0);
return(u16ADCResult); // return 8 MSB of the result
}
这一段程序是AD转换的,第四五行的程序我看不明白,望解答
补充内容 (2017-5-8 10:11):
NT16 read_a2d(unsigned char channel)
{
UINT8 u8ADCRes0,u8ADCRes1;
UINT16 u16ADCResult;
channel&=0x1F; // truncate channel to 3 bits
ADCON0&=0x03; // clear current channel select
ADCON0|=(channel<<2); // apply the new channel select
ADGO=1; // initiate conversion on the selected channel
while(ADGO == 1)//等待转换
{
continue;
}
ADIF=0;
u8ADCRes0 = ADRESL;
u8ADCRes1 = ADRESH & 0x03;
u16ADCResult = (u8ADCRes1<<8)|(u8ADCRes0);
return(u16ADCResult); // return 8 MSB of the result
}
这一段程序是AD转换的,第四五行的程序我看不明白,望解答
我对电源比较熟悉。有问题请讲。
网上很多的例程哦,
有啥问题请讲
顶
顶
谢谢,小编提供的场地。
MICROCHIP 原装正品,另有可替换单片机(无需修改PCB资料,程序可共用PIC的) 有用到的兄弟多多支持! 电话13430885511(微信同号),QQ2355910801