mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-22 20:26:47 +01:00
9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
#define SOLAR_TRACK_OFF 0
|
|
#define SOLAR_TRACK_TIMED 1
|
|
#define SOLAR_TRACK_AUTO 2
|
|
|
|
///conversion ratio from joules to watts
|
|
#define WATTS / 0.002
|
|
///conversion ratio from watts to joules
|
|
#define JOULES * 0.002
|