Add license and attribution for used code.

This commit is contained in:
2026-05-07 16:53:22 +00:00
parent ef78f19e72
commit 6786dadc7e
11 changed files with 239 additions and 0 deletions
@@ -1,5 +1,12 @@
#!/usr/bin/env python3
# coding: utf-8
#
# Source: Yahboom RASPBOT-V2 hardware library
# Origin: https://www.yahboom.net/study/RASPBOT-V2
# Copyright: Yahboom Technology Co., Ltd.
# No explicit open-source license provided by the upstream source.
# Included here unmodified for hardware compatibility.
#
import smbus
import time,random
import math