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
b332594a10a2cb022bfc0bf8662741eff86a471f
IoT-Systems
/
agent
/
src
/
domain
/
accelerometer.py
9 lines
107 B
Python
Raw
Normal View
History
Unescape
Escape
add: agent template
2024-02-02 22:51:54 +02: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