Skip to content

Commit 67f9f50

Browse files
committed
Add licence
1 parent 8337cdc commit 67f9f50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/bno08x_find_heading.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2021 KC YUGESH
2+
# SPDX-License-Identifier: Unlicense
3+
14
import time
25
from math import atan2, sqrt, pi
36
from board import SCL, SDA
@@ -51,4 +54,3 @@ def find_heading(dqw, dqx, dqy, dqz):
5154
print("Heading using geomagnetic rotation vector:", heading_geo)
5255
print("")
5356
time.sleep(0.1)
54-

0 commit comments

Comments
 (0)