@@ -0,0 +1,12 @@
#ifndef PWM_H
#define PWM_H
class PID{
public:
PID();
private:
};
#endif //PWM_H
The note is not visible to the blocked user.