- Driver for the Risoe Temperature controller

- HM is now working
- display code added
This commit is contained in:
cvs
2003-02-14 13:00:28 +00:00
parent ac10723d74
commit 45a07c9ddc
18 changed files with 748 additions and 27 deletions

View File

@ -56,6 +56,7 @@ static int resizeBuffer(pHMdata self){
return 0;
}
memset(self->localBuffer,0,size*sizeof(HistInt));
self->updateFlag = 1;
return 1;
}
/*-----------------------------------------------------------------------*/