-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added the class and methods to keyword list
- Loading branch information
Arnd
authored
Dec 16, 2016
1 parent
f620f06
commit 87453b8
Showing
1 changed file
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
DS-Family KEYWORD1 | ||
1-Wire KEYWORD2 | ||
DS1822 KEYWORD2 | ||
DS1825 KEYWORD2 | ||
DS18B20 KEYWORD2 | ||
DS18S20 KEYWORD2 | ||
DS28EA00 KEYWORD2 | ||
DS-Family_Class KEYWORD1 | ||
ScanForDevices KEYWORD2 | ||
ReadDeviceTemp KEYWORD2 | ||
DeviceStartConvert KEYWORD2 | ||
GetDeviceResolution KEYWORD2 | ||
SetDeviceResolution KEYWORD2 | ||
Calibrate KEYWORD2 | ||
GetDeviceCalibration KEYWORD2 | ||
SetDeviceCalibration KEYWORD2 | ||
GetDeviceROM KEYWORD2 | ||
crc8 KEYWORD2 | ||
MinTemperature KEYWORD2 | ||
MaxTemperature KEYWORD2 | ||
AvgTemperature KEYWORD2 | ||
StdDevTemperature KEYWORD2 | ||
ThermometersFound KEYWORD2 | ||
ParasiticConversionMillis KEYWORD2 | ||
setup KEYWORD3 | ||
loop KEYWORD3 | ||
Serial KEYWORD3 |