Dependencies:   mbed

invoer/vaantje.cpp

Committer:
pd0wm
Date:
2011-09-27
Revision:
0:bec310bde899

File content as of revision 0:bec310bde899:

#include "vaantje.h"

Vaantje::Vaantje(){
    hoek = 180;
}

int Vaantje::get(void){
    return hoek;
}

void Vaantje::set(int h){
    hoek = h;
}