123

Dependents:  

Fork of Ventiel by Temp27

ventiel.h

Committer:
Sven3010
Date:
2014-09-07
Revision:
4:0b90e095f3b7
Parent:
0:6139224eb903

File content as of revision 4:0b90e095f3b7:

#include "mbed.h"

class ventiel {
  private:
  
  public:
  
  uint8_t v_var;
  
  ventiel(); 
  void toggle(uint8_t val);
  void set(uint8_t val);
  void reset(uint8_t val);
  bool get(uint8_t val);
};