]> git.droids-corp.org - aversive.git/blobdiff - projects/microb2010/mainboard/strat_utils.h
work on trajectory, update cobboard and ballboard too
[aversive.git] / projects / microb2010 / mainboard / strat_utils.h
index 85997c2c0a8373ff02438cafcf7d7df06cda7baf..7502a4355e8d70fbba17668cbe52e114ca3b697f 100644 (file)
  */
 
 
-#define DEG(x) (((double)(x)) * (180.0 / M_PI))
-#define RAD(x) (((double)(x)) * (M_PI / 180.0))
-#define M_2PI (2*M_PI)
-
 struct xy_point {
        int16_t x;
        int16_t y;