temp: Add license

This commit is contained in:
Rahix 2025-08-24 17:12:37 +02:00
parent 40a2f9c5f3
commit 5fa05aca2c
2 changed files with 4 additions and 0 deletions

View file

@ -27,3 +27,6 @@ mpremote cp main.py :
Replug the Pico USB cable and data should be sent in over serial. Replug the Pico USB cable and data should be sent in over serial.
To monitor, we are currently using the [`serial-monitor-rust`](https://github.com/hacknus/serial-monitor-rust) tool. To monitor, we are currently using the [`serial-monitor-rust`](https://github.com/hacknus/serial-monitor-rust) tool.
### License
All code in this directory is licensed under the [`MIT`](https://opensource.org/license/MIT) license.

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: MIT
import math import math
import time import time
from cs1237 import CS1237 from cs1237 import CS1237