Newer
Older

Zoe Michaela Dietmar Pfister
committed
//
// Created by zoe on 2/2/23.
//
#ifndef CLIENT_MOCK_GLOBALDEFINITIONS_HPP
#define CLIENT_MOCK_GLOBALDEFINITIONS_HPP
constexpr unsigned long NULL_TIMESTAMP = 0;
constexpr int NO_I2C_ADDRESS = -1;
constexpr int NO_CHANNEL = -1;
constexpr double ERROR_VALUE = -999.99;
#endif //CLIENT_MOCK_GLOBALDEFINITIONS_HPP