Migrate texasinstruments plugin documentation

master
Simon Stürz 2019-06-19 11:46:35 +02:00
parent 2a25d85383
commit 6294c99dac
2 changed files with 18 additions and 34 deletions

View File

@ -0,0 +1,18 @@
# Texas Instruments
This plugin supports devices from Texas Instruments.
## TI SensorTag (CC2650)
Using Bluetooth-LE, the TI SensorTag device class allows nymea to interact with those sensors. All supported
sensors of the device are supported:
* Temperature
* IR Temperature
* Humidity
* Pressure
* Light intensity
* Motion
* Magnetic Objects
Besides reading the sensor values, the buttons, buzzer and LEDs can be read and/or controlled.

View File

@ -20,40 +20,6 @@
* *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*!
\page texasinstruments.html
\title Texas Instruments
\brief Plugin for Texas Instruments Devices.
\ingroup plugins
\ingroup nymea-plugins
This plugin supports devices from Texas Instruments.
Currently supported devices:
* TI SensorTag (CC2650).
\chapter TI SensorTag (CC2650)
Using Bluetooth-LE, the TI SensorTag device class allows nymea to interact with those sensors. All supported
sensors of the device are supported:
* Temperature
* IR Temperature
* Humidity
* Pressure
* Light intensity
* Motion
* Magnetic Objects
Besides reading the sensor values, the buttons, buzzer and LEDs can be read and/or controlled.
\chapter Plugin defintion
\quotefile plugins/deviceplugins/multisensor/deviceplugintexasinstruments.json
\sa {The plugin JSON File}
*/
#include "deviceplugintexasinstruments.h"
#include "plugininfo.h"
#include "sensortag.h"