Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ toString
Method
toString
modules/drivers/onewire/DS18X20.js:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
53
// return hex version of the ROM
54
toString() {
55
return
OneWire.hex(this.id);
56
}
57
58
get family() {
59
return
(
new
Int8Array(this.id))[0];
Callers
2
onewire.js
File · 0.45
getSysInfo
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected