Commit graph

66 commits

Author SHA1 Message Date
dherrada
486e055d55
Revert version to right version 2020-06-11 13:56:52 -04:00
Frank von Zeppelin
6f4cd1c41b change version to 3.6.3 2020-06-08 22:08:55 +02:00
Frank von Zeppelin
10a4a02794 black'ed 2020-06-08 21:10:47 +02:00
Frank von Zeppelin
ed11af0270 fixes 2020-06-01 20:50:58 +02:00
dherrada
c19da5b839
Fix typo 2020-05-07 16:10:21 -04:00
dherrada
7a53465688 Ran black, updated to pylint 2.x 2020-03-16 14:57:40 -04:00
Lady Ada
44cef8e048 nl 2019-11-16 11:58:25 -05:00
Lady Ada
ae45c83442 change name to be specific about the i2c protocol 2019-11-16 11:55:07 -05:00
Lady Ada
a149b6faca \n may be confusing 2019-11-02 22:22:29 -04:00
Lady Ada
6be67c0128 fixtuple 2019-11-02 21:28:42 -04:00
Lady Ada
22dece5788 parse $GNxxx sentences, make timeouts more reasonable and in seconds, add i2c versions of in_waiting/readline 2019-11-02 20:37:55 -04:00
Lady Ada
2be6add1c1 dox n lint 2019-11-02 19:50:31 -04:00
Lady Ada
f98d3c40a8 some lint 2019-11-02 19:42:17 -04:00
Lady Ada
ef1f558ad4 initial i2c support 2019-11-02 19:34:52 -04:00
Lady Ada
86e10dcb42 add a function that will read raw data so we can use uart or i2c. updated echotest to use new function 2019-11-02 17:39:06 -04:00
siddacious
39bf0165f4
fixing _raw_sentence typo 2019-09-19 23:12:36 -07:00
dherrada
237e8455a1 Fixing travis issues 2019-08-27 12:07:43 -04:00
dherrada
c277bcf47b Made changes @ladyada suggested to @billxinli's code. 2019-08-27 12:00:49 -04:00
Bill Li
1d842a0abf chore(return): Returning None for _read_sentence 2019-07-25 22:17:32 -04:00
Bill Li
6e5d1b14cd chore(CR): Added property, and added _read_sentsence 2019-07-25 22:13:28 -04:00
Bill Li
f453df2001 feat(raw): Adding raw sentense 2019-07-24 02:38:59 -04:00
dherrada
11382eb194
Fixed some travis issues that didn't present themselves earlier 2019-05-20 13:20:14 -04:00
dherrada
35483e9806
Merge branch 'master' into master 2019-05-16 12:58:25 -04:00
dherrada
0bc7d3296c Removed testing print 2019-05-15 20:09:45 -04:00
dherrada
d4415ff04f Changed code from PR #17 from 64 bytes to 32 bytes 2019-05-15 20:08:49 -04:00
dherrada
aa27861f7d Removed trailing white-space 2019-05-13 23:28:09 -04:00
dherrada
41ca55ef3a Trying to get Travis to pass 2019-05-13 23:25:21 -04:00
dherrada
882646d035 Fixed error where list of GPSs could not decrease in size, also removed some debug prints 2019-05-13 23:13:30 -04:00
dherrada
724eec8c51 Removed redundant code 2019-05-13 21:05:47 -04:00
dherrada
50161afea5 Made (mostly) pep8 compliant 2019-05-13 20:55:34 -04:00
dherrada
c67fb4c589 Finished all functions for parsing sentences. It finally works 2019-05-13 20:47:54 -04:00
dherrada
9cd3257c71 self.sats is now defined in __init__ 2019-05-13 09:45:53 -04:00
dherrada
a6fd9c20a2 Fixed _parse_gpgsa 2019-05-13 09:36:34 -04:00
dherrada
77e4dc51a4 Removed tester.py from gitignore 2019-05-11 14:46:11 -04:00
dherrada
6fb168c6b6 Removed variables that weren't in use 2019-05-11 14:44:47 -04:00
dherrada
77325a6010 Changed delineator to delimiter 2019-05-11 14:42:43 -04:00
dherrada
d010289e81 Removed empty functions so travis would pass 2019-05-11 13:42:59 -04:00
dherrada
b3481d322a Trying to get travis to pass 2019-05-11 13:36:47 -04:00
dherrada
5e26243ff8 Added explanation for commenting out block that checked if in_waiting was 64 bytes 2019-05-11 13:22:49 -04:00
dherrada
fb034fbe9c Cleaned it up. Removed code from unfinished functions 2019-05-11 13:18:35 -04:00
dherrada
9d4beb8b7b Added function to parse GPGLL data. It FINALLY works 2019-05-11 13:04:10 -04:00
dherrada
f5376ae27c Pretty much where I was last commit lol 2019-05-10 21:07:54 -04:00
dherrada
975fdd89ef
Merge pull request #4 from dherrada/master
Merging
2019-05-10 18:51:59 -04:00
dherrada
e52d8799e0 Added all functions. They still need testing 2019-05-10 18:40:25 -04:00
dherrada
e2d8b830cc Commented out some code that made self.has_fix a variable 2019-05-09 18:36:38 -04:00
Limor "Ladyada" Fried
70db3f9121
Merge pull request #17 from jomogalla/checking-input-buffer-before-reading
Update adafruit_gps.py
2019-05-09 17:40:37 -04:00
dherrada
ec5ddbed45 Have to commit this before I switch branch 2019-05-09 16:39:59 -04:00
dherrada
213c36bef4 Added support for GPGSV. Haven't tested yet 2019-05-09 09:37:24 -04:00
dherrada
f39571edeb Same as 26aa7b1, but for a different part of the code 2019-05-07 20:59:13 -04:00
dherrada
f355b6c14a Added try/except function to prevent a UnicodeError when there is noise in the UART data 2019-05-07 20:53:35 -04:00