代码搜索:Wiimote

找到约 11 项符合「Wiimote」的源代码

代码结果 11
www.eeworm.com/read/278961/10485064

png wiimote.png

www.eeworm.com/read/491854/6427766

h wiimote.h

/* * Header file defining the interface for a wiimote. * Kendall Merriman */ #ifndef _WIIMOTE_H_ #define _WIIMOTE_H_ #include #define WIIMOTE_COMM_CONTROL 0x01 #define W
www.eeworm.com/read/491854/6427772

c wiimote.c

/* * File that defines the wiimote functions declared in wiimote.h * Kendall Merriman */ #include "wiimote.h" #include #include #include
www.eeworm.com/read/491854/6427761

h wiimotelayer.h

/** * Lum, Darrell * Murphy, Ryan * CPE 454-01, Spring 07, Dr. Haungs * This file contains functions for parsing wii-mote data. */ #ifndef WIIMOTE_LAYER_H #define WIIMOTE_LAYER_H #include "wii
www.eeworm.com/read/278961/10484770

png wiimote2.png

www.eeworm.com/read/491854/6427765

c wiimotelayer.c

/* * Lum, Darrell * Murphy, Ryan * CPE 454-01, Spring 07, Dr. Haungs * This file contains functions for parsing wii-mote data. */ #include "WiimoteLayer.h" #include #include
www.eeworm.com/read/491854/6427760

makefile

KERNEL_SOURCE = /lib/modules/$(shell uname -r)/build obj-m := wm.o all: make -C $(KERNEL_SOURCE) M=`pwd` modules gcc -Wall -Werror -g -lbluetooth -lm -o wmd wmd.c kmisc.c wiimote.c WiimoteLayer.c
www.eeworm.com/read/491854/6427774

txt readme.txt

WIIMOTE LINUX DRIVER INSTALLATION INSTRUCTIONS Installing the Driver Before you install this driver, there are a few things you need to have ready: 1) bluez should be installed on your system. If
www.eeworm.com/read/491854/6427771

h wiimotedata.h

/* * Lum, Darrell * Murphy, Ryan * CPE 454-01, Spring 07, Dr. Haungs * This file contains packet information that is passed between the Bluetooth * and Wiimote layers. */ #ifndef WIIMOTEDATA_H
www.eeworm.com/read/491854/6427773

h kmisc.h

/* * Replacements for standard c library functions used in wiimote.c * * Gabriel De La Calzada */ #ifndef KMISC_H_ #define KMISC_H_ // Basic string compare function. Zero is returned if i and