We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7356c89 commit 6c3b226Copy full SHA for 6c3b226
src/components/i2c/drivers/WipperSnapper_I2C_Driver_DS2484.h
@@ -16,10 +16,10 @@
16
#ifndef WipperSnapper_I2C_Driver_DS2484_H
17
#define WipperSnapper_I2C_Driver_DS2484_H
18
19
-#define DS18B20_FAMILY_CODE 0x28
20
-#define DS18B20_CMD_CONVERT_T 0x44
21
-#define DS18B20_CMD_MATCH_ROM 0x55
22
-#define DS18B20_CMD_READ_SCRATCHPAD 0xBE
+#define DS18B20_FAMILY_CODE 0x28 ///< DS18B20 family code
+#define DS18B20_CMD_CONVERT_T 0x44 ///< Convert T command
+#define DS18B20_CMD_MATCH_ROM 0x55 ///< Match ROM command
+#define DS18B20_CMD_READ_SCRATCHPAD 0xBE ///< Read Scratchpad command
23
24
#include "WipperSnapper_I2C_Driver.h"
25
#include <Adafruit_DS248x.h>
0 commit comments