Skip to content

Commit fb745b4

Browse files
committed
link to info
1 parent aa33ced commit fb745b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/pronto.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/* Copyright (c) 2017 Gordon Williams, Pur3 Ltd. See the file LICENSE for copying permission. */
2+
/* Pronto Hex decoder - http://www.espruino.com/pronto */
23
exports.decode = function (d) {
34
var a=d.trim().split(" ").map(function(x){return parseInt(x,16);});
45
var freq = 4145146/a[1];

0 commit comments

Comments
 (0)