test program for MPL3115A2

Dependencies:   C12832 LM75B MPL3115A2 mbed

Fork of test_MPL3115A2 by MSS

MSS.h

Committer:
bouaziz
Date:
2017-11-22
Revision:
2:ef315a40af7b
Parent:
0:27799234e2ed

File content as of revision 2:ef315a40af7b:

#ifndef _MSS_H_
#define _MSS_H_


/* I2C */
#define PIN_SCL  p27
#define PIN_SDA  p28


#endif /* _MSS_H_ */