BLE ADV sensor for 2-pin interrupt (i.e. window/door sensor w/ reed switch)

Dependencies:   BLE_API mbed nRF51822

Embed: (wiki syntax)

« Back to documentation index

TMP_nrf51 Class Reference

TMP_nrf51 Class Reference

Library for the nrf51822 internal temperature sensor. More...

#include <TMP_nrf51.h>

Public Member Functions

TempSensorValue_t get (void)
 Get the temperature value.

Detailed Description

Library for the nrf51822 internal temperature sensor.

Definition at line 24 of file TMP_nrf51.h.


Member Function Documentation

TMP_nrf51::TempSensorValue_t get ( void   )

Get the temperature value.

Returns:
Die temperature in °C.
Die temperature in °C

Definition at line 25 of file TMP_nrf51.cpp.