Home | History | Annotate | Download | only in am2315

Lines Matching defs:AM2315

30 #define AM2315_NAME "am2315"
36 /* AM2315 Commands */
53 * @brief AM2315 Temperature & Humidity Sensor library
54 * @defgroup am2315 libupm-am2315
59 * @library am2315
60 * @sensor am2315
61 * @comname AM2315 Temperature & Humidity Sensor
67 * @brief API for the AM2315 Temperature & Humidity Sensor
69 * AM2315 by Measurement Specialties
70 * (http://www.aosong.com/asp_bin/Products/en/AM2315.pdf)
77 * @image html am2315.jpeg
78 * @snippet am2315.cxx Interesting
80 class AM2315 {
83 * Instantiates an AM2315 object
87 * @param mode AM2315 oversampling
89 AM2315 (int bus, int devAddr=AM2315_I2C_ADDRESS);
92 * AM2315 object destructor; basically, it closes the I2C connection.
94 ~AM2315 ();
131 * device. AM2315 contains a microcontroller that manages the
133 * a protocol defined by AM2315.