RobotKomar2.pdf:
[makomar.git] / Regulator.m
blob7c397b6b34163c828333d04f8ea262f29b619889
1 classdef Regulator
2     %REGULATOR Summary of this class goes here
3     %   Detailed explanation goes here
4     
5     properties 
6       
7     end
8     
9     methods
10         
11         function obj = Regulator()
12          % while(1)
13               %main loop
14               
15           %end
16         end
17         
18         
19     end
20     
21 end