Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit bc764af

Browse files
author
Alex Bucknall
committed
Added header info about docs information to Pytrack main.py example
1 parent 518228a commit bc764af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pytrack/main.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# See https://docs.pycom.io for more information regarding library specifics
2+
13
from pytrack import Pytrack
24
from L76GNSS import L76GNSS
35
from LIS2HH12 import LIS2HH12
@@ -11,4 +13,4 @@
1113
print(li.pitch())
1214
print(li.yaw())
1315

14-
print(l76.coords())
16+
print(l76.coordinates())

0 commit comments

Comments
 (0)