RPiPico-Holonome2023/Geometrie.h

10 lines
119 B
C

#ifndef GEOMETRIE_H
#define GEOMETRIE_H
struct position_t{
double x_mm, y_mm;
double angle_radian;
};
#endif