From 6294c99dac4967c88a557225b89f91d8d89e9e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Wed, 19 Jun 2019 11:46:35 +0200 Subject: [PATCH] Migrate texasinstruments plugin documentation --- texasinstruments/README.md | 18 ++++++++++ .../deviceplugintexasinstruments.cpp | 34 ------------------- 2 files changed, 18 insertions(+), 34 deletions(-) create mode 100644 texasinstruments/README.md diff --git a/texasinstruments/README.md b/texasinstruments/README.md new file mode 100644 index 00000000..a6959ac5 --- /dev/null +++ b/texasinstruments/README.md @@ -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. diff --git a/texasinstruments/deviceplugintexasinstruments.cpp b/texasinstruments/deviceplugintexasinstruments.cpp index c48f431b..88c4cd04 100644 --- a/texasinstruments/deviceplugintexasinstruments.cpp +++ b/texasinstruments/deviceplugintexasinstruments.cpp @@ -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"