Quantcast
Channel: Microcontrollers
Viewing all articles
Browse latest Browse all 4922

Getting error in this function

$
0
0
void fnCalc_Disp_pH (int itempe)
{
// Now Calc ph !
fnADCInit(5,'h');

float fpHread=0;

for(char k=0;k<8;k++)
{
fpHread=fpHread+fnADCConv1024Avg();

// before going any further,check if the mode flag was raised
// if yes,then just return to the calling function
if(cModeFlag==1)
{
cModeFlag=0; // reset flag for future use...

Getting error in this function

Viewing all articles
Browse latest Browse all 4922

Trending Articles