Files
GrowController/Firmware/PlantModel.h
2023-08-16 18:40:09 -05:00

13 lines
156 B
C

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