mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 00:25:04 -05:00
Update Wii_Extension_debug.ino
This commit is contained in:
parent
e3c4e2e703
commit
e771b97745
@ -98,12 +98,7 @@ void loop() {
|
||||
delay(10);
|
||||
}
|
||||
|
||||
#ifdef DEBUG
|
||||
unsigned long d = micros()-t;
|
||||
Serial.print(d);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
// Nunchuck
|
||||
uint8_t SX = data[0];
|
||||
uint8_t SY = ~data[1];
|
||||
@ -139,6 +134,11 @@ void loop() {
|
||||
//http://wiibrew.org/wiki/Wiimote/Extension_Controllers/Classic_Controller
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
unsigned long d = micros()-t;
|
||||
Serial.print(d);
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef DEBUG
|
||||
/*for (uint8_t i = 0; i < JOYSTICK_DATA_SIZE; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user