Renamed everything in python/ for consistent namespace

This commit is contained in:
Nick Foster
2012-07-16 19:27:09 -07:00
parent 5442cba206
commit 3163fca47a
16 changed files with 65 additions and 134 deletions

View File

@@ -21,7 +21,7 @@
#
import math, time
from modes_exceptions import *
from air_modes.exceptions import *
#this implements CPR position decoding and encoding.
#the decoder is implemented as a class, cpr_decoder, which keeps state for local decoding.
#the encoder is cpr_encode([lat, lon], type (even=0, odd=1), and surface (0 for surface, 1 for airborne))