This repository has been archived by the owner on Apr 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/GyverLibs/microDS18B20
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
- Возможность работы с одним датчиком на пине без использования адресации | ||
- Настраиваемое разрешение преобразования | ||
- Чтение сырых данных (без float) для случаев сильной экономии памяти | ||
- Проверка подлинности данных "на лету", с использованием CRC8 от Dallas [#define DS_CHECK_CRC] | ||
- Расчет CRC8 (~6 мкс) или чтение из таблицы (<1 мкс + 256 байт flash) [#define DS_CRC_USE_TABLE] | ||
- Расчет температуры как в целых числах, так и с плавающей точкой [#define DS_TEMP_TYPE float / int] | ||
- Проверка подлинности данных "на лету", с использованием CRC8 от Dallas | ||
- Расчет CRC8 (~6 мкс) или чтение из таблицы (<1 мкс + 256 байт flash) | ||
- Расчет температуры в целых числах и с плавающей точкой | ||
- Чтение уникального адреса подключенного термометра в указанный массив типа byte | ||
|
||
### Совместимость | ||
|
@@ -270,4 +270,4 @@ void loop() { | |
<a id="feedback"></a> | ||
## Баги и обратная связь | ||
При нахождении багов создавайте **Issue**, а лучше сразу пишите на почту [[email protected]](mailto:[email protected]) | ||
Библиотека открыта для доработки и ваших **Pull Request**'ов! | ||
Библиотека открыта для доработки и ваших **Pull Request**'ов! |