Fertig

Dependencies:   mbed

Fork of RT2_P3_students by TeamSurface

Committer:
altb
Date:
Mon Apr 09 05:50:04 2018 +0000
Revision:
1:a30512c3ac73
Parent:
0:78ca29b4c49e
Child:
4:16f47c056c7c
Child:
8:8ed679044a72
added compiler commands

Who changed what in which revision?

UserRevisionLine numberNew contents of line
altb 1:a30512c3ac73 1 #ifndef PI_CNTRL_H_
altb 1:a30512c3ac73 2 #define PI_CNTRL_H_
altb 1:a30512c3ac73 3
altb 1:a30512c3ac73 4
altb 0:78ca29b4c49e 5 class PI_Cntrl{
altb 0:78ca29b4c49e 6 public:
altb 0:78ca29b4c49e 7
altb 0:78ca29b4c49e 8 // ....
altb 0:78ca29b4c49e 9
altb 0:78ca29b4c49e 10
altb 0:78ca29b4c49e 11 private:
altb 0:78ca29b4c49e 12
altb 0:78ca29b4c49e 13 // ....
altb 0:78ca29b4c49e 14
altb 1:a30512c3ac73 15 };
altb 1:a30512c3ac73 16
altb 1:a30512c3ac73 17
altb 1:a30512c3ac73 18 #endif // PI_CNTRL_H_