We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa33ced commit fb745b4Copy full SHA for fb745b4
modules/pronto.js
@@ -1,4 +1,5 @@
1
/* Copyright (c) 2017 Gordon Williams, Pur3 Ltd. See the file LICENSE for copying permission. */
2
+/* Pronto Hex decoder - http://www.espruino.com/pronto */
3
exports.decode = function (d) {
4
var a=d.trim().split(" ").map(function(x){return parseInt(x,16);});
5
var freq = 4145146/a[1];
0 commit comments