update raspi install and todo

This commit is contained in:
2022-11-22 15:40:42 +01:00
parent 2f904ba503
commit 8a95e24982
2 changed files with 6 additions and 3 deletions

View File

@ -156,6 +156,9 @@ PRIVATE VOID vTask( PVOID arg )
{
boOK &= ADCD_boReadData( ADCD_eHot, &error, &u16ADC_data[ADCD_eHot] );
boOK &= ADCD_boReadData( ADCD_eCold, &error, &u16ADC_data[ADCD_eCold] );
/** @todo call errorhandler if value == 0 */
if( boOK )
{
flTempData[ADCD_eHot] = flConvertADCData( u16ADC_data[ADCD_eHot] );