mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 01:10:22 +03:00
upm.h: removed unused vendors and added kits
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
parent
c6e87d8c16
commit
7d1976e819
56
src/upm.h
56
src/upm.h
@ -97,7 +97,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Resistive digital to analog converters
|
* @brief Resistive digital to analog converters (DAC)
|
||||||
* @defgroup digipot Digital Potentiometer
|
* @defgroup digipot Digital Potentiometer
|
||||||
* @ingroup bycat
|
* @ingroup bycat
|
||||||
*/
|
*/
|
||||||
@ -109,14 +109,14 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Measure electric current
|
* @brief Measure electric current and ADC converters
|
||||||
* @defgroup electric Electricity
|
* @defgroup electric Electricity
|
||||||
* @ingroup bycat
|
* @ingroup bycat
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Measure bending or detect vibration
|
* @brief Measure bending or detect vibration
|
||||||
* @defgroup flex Flex/Force
|
* @defgroup flexfor Flex/Force
|
||||||
* @ingroup bycat
|
* @ingroup bycat
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -257,7 +257,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Modules using a PWM capable GPIO pin
|
* @brief Modules using a serial connection (RX/TX)
|
||||||
* @defgroup uart UART
|
* @defgroup uart UART
|
||||||
* @ingroup bycon
|
* @ingroup bycon
|
||||||
*/
|
*/
|
||||||
@ -272,18 +272,6 @@
|
|||||||
* @ingroup byman
|
* @ingroup byman
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Amazon.com
|
|
||||||
* @defgroup amazon Amazon
|
|
||||||
* @ingroup byman
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief Banggood.com
|
|
||||||
* @defgroup banggood Banggood
|
|
||||||
* @ingroup byman
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief EMax
|
* @brief EMax
|
||||||
* @defgroup emax EMax
|
* @defgroup emax EMax
|
||||||
@ -303,7 +291,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Generic brands
|
* @brief Generic Brands
|
||||||
* @defgroup generic Generic
|
* @defgroup generic Generic
|
||||||
* @ingroup byman
|
* @ingroup byman
|
||||||
*/
|
*/
|
||||||
@ -321,13 +309,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Newegg.com
|
* @brief SeeedStudio - Grove Sensors
|
||||||
* @defgroup newegg Newegg
|
|
||||||
* @ingroup byman
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* @brief SeeedStudio - Grove
|
|
||||||
* @defgroup seeed SeeedStudio
|
* @defgroup seeed SeeedStudio
|
||||||
* @ingroup byman
|
* @ingroup byman
|
||||||
*/
|
*/
|
||||||
@ -349,7 +331,31 @@
|
|||||||
////////////////////////////////////////////////////////////////// @endcond KIT
|
////////////////////////////////////////////////////////////////// @endcond KIT
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Grove Starter Kit
|
* @brief Grove Starter Kit - Contains basic sensors
|
||||||
* @defgroup gsk Grove Starter Kit
|
* @defgroup gsk Grove Starter Kit
|
||||||
* @ingroup bykit
|
* @ingroup bykit
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Home Automation Kit - For projects around the house
|
||||||
|
* @defgroup hak Home Automation Kit
|
||||||
|
* @ingroup bykit
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Environment & Agriculture Kit - For outdoor projects
|
||||||
|
* @defgroup eak Environment & Agriculture Kit
|
||||||
|
* @ingroup bykit
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Transportation & Safety Kit - Used mostly on vehicles
|
||||||
|
* @defgroup tsk Transportation & Safety Kit
|
||||||
|
* @ingroup bykit
|
||||||
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Robotics Kit - Sensors for your robot
|
||||||
|
* @defgroup robok Robotics Kit
|
||||||
|
* @ingroup bykit
|
||||||
|
*/
|
Loading…
x
Reference in New Issue
Block a user