From 1f046cf4979cb82675bf95a1a4a2e05fac88cce3 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 Sep 2015 16:17:07 +0100 Subject: fish --- test.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 test.py (limited to 'test.py') diff --git a/test.py b/test.py new file mode 100755 index 0000000..29357ae --- /dev/null +++ b/test.py @@ -0,0 +1,13 @@ +#!/usr/bin/env python + +import rns510 + + +a=rns510.encode("52.2","0.16") + +print a + +b,c=rns510.decode(a) + +print b,",",c + -- cgit v1.2.3