X-Git-Url: http://git.rrze.uni-erlangen.de/gitweb/?p=moodlight.git;a=blobdiff_plain;f=rfm12.h;fp=rfm12.h;h=3873e22effe378a496784f0ce63fbd2ab06ad735;hp=df9692453664d5d62a7f80ff699385a2f8e462b3;hb=ff29bc2b3dbad7885497cfd9aa2b3aa98cc4ebb0;hpb=dfbc0cefbdd8cdc0aecbad960c804cb1128d5b32 diff --git a/rfm12.h b/rfm12.h index df96924..3873e22 100644 --- a/rfm12.h +++ b/rfm12.h @@ -1,4 +1,4 @@ -/* $Id: rfm12.h,v 1.1 2010/07/11 09:09:26 simimeie Exp $ +/* $Id: rfm12.h,v 1.2 2010/07/24 20:55:48 simimeie Exp $ * Functions for communicating with the rfm12(b) module */ @@ -6,5 +6,7 @@ #define __RFM12B_H__ void rfm12_init(void); +void rfm12_sendcommand(uint16_t cmd); +uint32_t rfm12_readstatus(void); #endif /* __RFM12B_H__ */