Added uv and also some comments for the angle calculation

This commit is contained in:
Jonas Hahn
2025-12-20 10:29:23 +01:00
parent 209dca235f
commit 460b874651
4 changed files with 30 additions and 9 deletions

6
main.py Normal file
View File

@@ -0,0 +1,6 @@
def main():
print("Hello from solarmotor!")
if __name__ == "__main__":
main()