123

Dependencies:   mbed HTS221 LPS25HB

Committer:
Simon_mbed
Date:
Mon Apr 06 08:54:17 2020 +0000
Revision:
0:2365a00ff7b6
13

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Simon_mbed 0:2365a00ff7b6 1 #ifndef __MAIN__H
Simon_mbed 0:2365a00ff7b6 2 #define __MAIN__H
Simon_mbed 0:2365a00ff7b6 3 #include <stdint.h>
Simon_mbed 0:2365a00ff7b6 4
Simon_mbed 0:2365a00ff7b6 5 uint8_t HAL_ReadReg(uint8_t addr, uint8_t RegAddr, uint8_t NumByteToRead,uint8_t* Data);
Simon_mbed 0:2365a00ff7b6 6 uint8_t HAL_WriteReg(uint8_t addr, uint8_t RegAddr, uint8_t NumByteToRead,uint8_t* Data);
Simon_mbed 0:2365a00ff7b6 7
Simon_mbed 0:2365a00ff7b6 8 #endif /* __MAIN__H */