Files
GrowController/Firmware/PlantModel.h
2023-11-10 12:19:06 -06:00

13 lines
156 B
C

//
//
//
#ifndef PLANTMODEL_H
#define PLANTMODEL_H
#include "ProjGlobals.h"
void HandleGetState();
void simulation();
#endif // PLANTMODEL_H