This website requires JavaScript.
Explore
Help
Register
Sign In
hasslesstech
/
IoT-Systems
Watch
1
Star
0
Fork
0
You've already forked IoT-Systems
Code
Issues
Pull Requests
Actions
Activity
Files
46fb233dcb1a6abee54fb5b5044c516af656fa38
IoT-Systems
/
MapView
/
domain
/
accelerometer.py
8 lines
100 B
Python
Raw
Normal View
History
Unescape
Escape
refactor: move accelerator dataclas to domain folder
2026-03-03 14:59:46 +00:00
from
dataclasses
import
dataclass
@dataclass
class
Accelerometer
:
[P] Fix acceleration data types
2026-03-25 10:03:12 +02:00
x
:
float
y
:
float
z
:
float
Reference in New Issue
Copy Permalink