Directed Electronics 3200HS Informations techniques Page 51

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 99
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 50
SCI to SPI Peripheral Communication in V850ES Microcontrollers
**
** Copyright(C) NEC Electronics Corporation 2002 - 2006
** All rights reserved by NEC Electronics Corporation.
**
** This program should be used on your own responsibility.
** NEC Electronics Corporation assumes no responsibility for any losses
** incurred by customers or third parties arising from the use of this file.
**
** Filename : temper.h
** Abstract : This file implements header for temper.c
**
** Device: uPD70F3318Y
**
** Compiler: NEC/CA850
**
*****************************************************************************
**
*/
#ifndef _TEMPER_H_
#define _TEMPER_H_
/*
*****************************************************************************
**
** MacroDefine
*****************************************************************************
**
*/
/* Temperature functions */
MD_STATUS Temp_Init(void); /* set up temperature sensors
*/
short Temp_Read_1(void); /* read temperature sensor 1
*/
short Temp_Read_2(void); /* read temperature sensor 2
*/
void Temp_Display(short temp); /* display temperature value
in LED */
#endif /* _TEMPER_H_ */
4.1.3 Temper.c
/*
*****************************************************************************
**
**
** This file was created for the NEC V850ES SPI/IIC Application Note
**
** Copyright(C) NEC Electronics Corporation 2002 - 2006
** All rights reserved by NEC Electronics Corporation.
**
** This program should be used on your own responsibility.
** NEC Electronics Corporation assumes no responsibility for any losses
** incurred by customers or third parties arising from the use of this file.
**
45
Vue de la page 50
1 2 ... 46 47 48 49 50 51 52 53 54 55 56 ... 98 99

Commentaires sur ces manuels

Pas de commentaire