bugs offset measurements

This commit is contained in:
Noah Piqué
2021-11-19 15:29:10 +01:00
parent 8c54032298
commit d7b1b28616
7 changed files with 46 additions and 11 deletions

View File

@ -7,7 +7,7 @@
//-------------------------------------------------------------------------------------------------
//
// Project: Peltier Controller V2
// Author: Noah Piqu<71> (noah.pique@psi.ch)
// Author: Noah Piqu<71> (noah.pique@psi.ch)
//
//-------------------------------------------------------------------------------------------------
//
@ -87,6 +87,7 @@ extern "C" {
BOOL PECO_boInitializeModule( VOID );
BOOL PECO_boSetTemperature( S16 Temperature );
VOID PECO_Enable( BOOL Enable );
BOOL PECO_isEnabled( VOID );
#ifdef __cplusplus
}