add some prototypes to headers
This commit is contained in:
1
src/ir.h
1
src/ir.h
@@ -46,6 +46,7 @@ extern "C" {
|
|||||||
|
|
||||||
/** @defgroup internal_ir Internal: IR Sensor */
|
/** @defgroup internal_ir Internal: IR Sensor */
|
||||||
/** @{ */
|
/** @{ */
|
||||||
|
void wiiuse_set_ir_mode(struct wiimote_t *wm);
|
||||||
void calculate_basic_ir(struct wiimote_t* wm, byte* data);
|
void calculate_basic_ir(struct wiimote_t* wm, byte* data);
|
||||||
void calculate_extended_ir(struct wiimote_t* wm, byte* data);
|
void calculate_extended_ir(struct wiimote_t* wm, byte* data);
|
||||||
float calc_yaw(struct ir_t* ir);
|
float calc_yaw(struct ir_t* ir);
|
||||||
|
|||||||
Reference in New Issue
Block a user