UNPKG

bt-sensors-plugin-sk

Version:

Bluetooth Sensors for Signalk - see https://www.npmjs.com/package/bt-sensors-plugin-sk#supported-sensors for a list of supported sensors

23 lines (17 loc) 448 B
<!DOCTYPE html> <meta charset="utf-8"> <style> .line { fill: none; stroke: steelblue; stroke-width: 20px; } </style> <body> <h1>Bluetooth Sensors for SignalK</h1> <script> var margin = { top: 20, right: 20, bottom: 30, left: 50 }, width = 960 - margin.left - margin.right, height = 300 - margin.top - margin.bottom; </script> <script src="main.js"></script><script src="remoteEntry.js"></script></body>