Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed HTS221 LPS25HB
main.h
00001 #ifndef __MAIN__H 00002 #define __MAIN__H 00003 #include <stdint.h> 00004 00005 uint8_t HAL_ReadReg(uint8_t addr, uint8_t RegAddr, uint8_t NumByteToRead,uint8_t* Data); 00006 uint8_t HAL_WriteReg(uint8_t addr, uint8_t RegAddr, uint8_t NumByteToRead,uint8_t* Data); 00007 00008 #endif /* __MAIN__H */
Generated on Fri Jul 29 2022 16:43:54 by
1.7.2