completely redid PWM: Now calculate 'microprograms', i.e. pairs of
[moodlight.git] / rfm12.h
CommitLineData
ff29bc2b 1/* $Id: rfm12.h,v 1.2 2010/07/24 20:55:48 simimeie Exp $
c95cbd3f 2 * Functions for communicating with the rfm12(b) module
3 */
4
5#ifndef __RFM12B_H__
6#define __RFM12B_H__
7
8void rfm12_init(void);
ff29bc2b 9void rfm12_sendcommand(uint16_t cmd);
10uint32_t rfm12_readstatus(void);
c95cbd3f 11
12#endif /* __RFM12B_H__ */
This page took 0.050904 seconds and 4 git commands to generate.