stuff
[matches/MCTX3420.git] / server / actuators / pregulator.h
1 #ifndef _PREGULATOR
2
3 #include "../common.h"
4
5 extern bool Pregulator_Init(const char * name, int id);
6 extern bool Pregulator_Cleanup(int id);
7 extern bool Pregulator_Set(int id, double value);
8 extern bool Pregulator_Sanity(int id, double value);
9
10
11 #endif //_PREGULATOR

UCC git Repository :: git.ucc.asn.au