package
0.0.0-20211205205814-168ccc21e67c
Repository: https://github.com/ziutek/emgo.git
Documentation: pkg.go.dev

# Functions

CRC16 with poly: x^16+x^15+x^2+1 -> 0x4003==inv(0xc002).
CRC8 with poly: x^8+x^5+x^4+1 -> 0x31==inv(0x8c).

# Constants

Types of DS18x20 family.
Types of DS18x20 family.
Types of DS18x20 family.
Types of DS18x20 family.

# Variables

# Structs

# Interfaces

DCI means Data and Control Interface.

# Type aliases

Scratchpad represents 9 bytes of data that can be read from DS18x2x device.