@rakwireless/linbus
Version:
LinBUS module able to parse and create LinBUS-compatible frames to be forwarded using a serial connection, created for RAK13005 LIN transceiver module, which uses the TLE7259-3 chip from Infineon
24 lines (23 loc) • 622 B
JSON
{
"name": "@rakwireless/linbus",
"version": "1.0.0",
"description": "LinBUS module able to parse and create LinBUS-compatible frames to be forwarded using a serial connection, created for RAK13005 LIN transceiver module, which uses the TLE7259-3 chip from Infineon",
"author": "rakwireless.com",
"license": "MIT",
"keywords": [
"node-red",
"rakwireless",
"linbus",
"tle7259-3"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"linbus": "./linbus/linbus_node.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/RAKWireless/node-red-nodes"
}
}