summaryrefslogtreecommitdiffstats
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py13
1 files changed, 13 insertions, 0 deletions
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
+