MPL sensor
Fork of MPL3115A2 by
Diff: MPL3115A2.h
- Revision:
- 4:fdf14a259af8
- Parent:
- 3:a2f1752add9a
- Child:
- 5:9edec5ee8bf4
--- a/MPL3115A2.h Wed May 29 11:56:52 2013 +0000 +++ b/MPL3115A2.h Thu May 30 07:27:24 2013 +0000 @@ -145,9 +145,9 @@ void DataReady( void(*fptr)(void), unsigned char OS); /** - * Configure the sensor to streaming data using Interrupt + * Configure the sensor to generate an Interrupt crossing the center threshold * - * @param user functin callback, oversampling values. See MPL3115A2.h + * @param user functin callback, level in meter * @return none */ void AltitudeTrigger( void(*fptr)(void), unsigned short level);