blob: 3364821f0a74e5aca8c20e24e50dea07e2d45e69 [file] [log] [blame]
#ifndef CONSTANTS_HH
#define CONSTANTS_HH
static const int MaxSpeed = 25; /* cm per s */
static const float CountPerRotation = 333.33;
#endif