123

Dependents:  

Fork of Ventiel by Temp27

ventiel.h

Committer:
rs27
Date:
2014-08-18
Revision:
0:6139224eb903
Child:
4:0b90e095f3b7

File content as of revision 0:6139224eb903:

#include "mbed.h"

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