Root/usrp/sps/norm

Source at commit ae1455cc7dadfaa494c792217d1e4a53efb2747e created 7 years 1 month ago.
By Stefan Schmidt, atusb-eui64: print out set address with upper case characters in hex
1#!/usr/bin/perl
2
3for ($n = 0; <>; $n++) {
4    if ($_ > $ym || !defined $ym) {
5        $xm = $n;
6        chop($ym = $_);
7    }
8}
9
10print "$xm $ym $n\n";
11

Archive Download this file



interactive