Update olr-lib.h

This commit is contained in:
Singular Devices 2021-07-10 19:25:14 +00:00
parent 24669c922e
commit f826d28c96

View file

@ -14,6 +14,8 @@ extern "C"{
#include "olr-param.h" #include "olr-param.h"
#define SPD_MIN_TRACK_AUX 0.8 #define SPD_MIN_TRACK_AUX 0.8
#define BATTERY_DELTA 0.03
#define BATTERY_MIN 0.5
enum stcoin{ enum stcoin{
COIN_RESET = -2, COIN_RESET = -2,
@ -51,6 +53,7 @@ typedef struct{
int trackID; int trackID;
enum status st; enum status st;
bool leaving; bool leaving;
float battery;
}car_t; }car_t;