projet capteur connecté ST/SE

Dependencies:   HP206C mbed HMC5883L DHT DS1820

altitude.h

Committer:
MathieuM
Date:
2018-10-08
Revision:
49:b1ac7ebb715f
Child:
66:cbfcea17a3c5

File content as of revision 49:b1ac7ebb715f:

#ifndef __ALTITUDE__
#define __ALTITUDE__

unsigned long readAltitude(I2C *hp20x);
unsigned long ReadData3byte(I2C *hp20x);

#endif