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: FXOS8700CQ HIH6130 IS31SE5000 MAG3110 MAX44000 MAX44005 MAX44008 MMA8451Q MMA8452Q MPL3115A2 VEML6040 VEML6075 mbed vt100 LM75B FXAS21002 MAX30101 VCNL4020 VCNL4100
Diff: MSU.h
- Revision:
- 3:be01d9e0fa3e
- Parent:
- 2:bb0d86f35a25
- Child:
- 7:8f438094f8cc
diff -r bb0d86f35a25 -r be01d9e0fa3e MSU.h
--- a/MSU.h Thu Jun 02 03:54:03 2016 +0000
+++ b/MSU.h Wed Jul 06 07:19:43 2016 +0000
@@ -14,6 +14,7 @@
#define MSU_IS31SE5000_ADDRESS 0x55
#define MSU_VEML6040A_ADDRESS 0x10
#define MSU_VEML6075A_ADDRESS 0x10
+#define MSU_LM75B_ADDRESS 0x48
typedef void (*fptr)(void) ;
@@ -36,6 +37,7 @@
void testIS31SE5000(void) ;
void testVEML6040A(void) ;
void testVEML6075A(void) ;
+void testLM75B(void) ;
extern i2c_sensor_type i2c_sensor[] ;
#endif
\ No newline at end of file