test program for MPL3115A2
Dependencies: C12832 LM75B MPL3115A2 mbed
MSS.h
- Committer:
- bouaziz
- Date:
- 2022-09-10
- Revision:
- 3:cb376fbf96dd
- Parent:
- 2:ef315a40af7b
File content as of revision 3:cb376fbf96dd:
#ifndef _MSS_H_ #define _MSS_H_ /* I2C */ #define PIN_SCL p27 #define PIN_SDA p28 #endif /* _MSS_H_ */