Skip to content

Instantly share code, notes, and snippets.

@tresf
tresf / usb-scale.html
Last active February 8, 2022 03:17
Read weight from a USB scale
<html>
<!--
Author: A. Tres Finocchiaro, tres.finocchiaro@gmail.com
License: LGPL 2.1
Depends: QZ Tray 2.0.0-alpha1+
-->
<!-- Note: jquery is not needed in alpha2 -->
<script type="text/javascript" src="js/dependencies/jquery-1.11.3.min.js"></script>
<!-- Note: rsvp can be overriden via qz.setPromiseType(...) TODO: Get usage from @bberenz -->
<script type="text/javascript" src="js/dependencies/rsvp-3.1.0.min.js"></script>