BMS_NTC28.h 837 B

12345678910111213141516171819202122232425
  1. /*********************************************************************
  2. *
  3. * NTC28 Header
  4. *
  5. *********************************************************************
  6. * FileName: NTC28.h
  7. * Processor: PIC18F45K80
  8. * Complier: Microchip C18 v3.41
  9. * Company: KIT - CN - IPE
  10. *
  11. * Author Date Comment
  12. *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  13. * Reiling V. 17.02.2012 Release
  14. *********************************************************************/
  15. //#ifndef NTC28_H // To avoid duplicate inclusion
  16. #define NTC28_H
  17. /*********************************************************************
  18. *
  19. * Funktions Prototypen
  20. *
  21. ********************************************************************/
  22. int8_t LTC_CONV_UMESS_2_TEMP(int16_t Umess);