/* * pmw3360.h */ #ifndef __PMW3360_H__ #define __PMW3360_H__ int pmw_init(void); void print_pmw_status(void); #endif // __PMW3360_H__