From 83feb140138d1c7900619ac2a733885e192987a8 Mon Sep 17 00:00:00 2001 From: Zach Eveland Date: Wed, 28 Mar 2012 18:46:10 -0400 Subject: [PATCH] removed horrible multi-key Keyboard.press() and Keyboard.release() methods Saves 924 bytes of Flash --- cores/arduino/HID.cpp | 81 ------------------------------------------ cores/arduino/USBAPI.h | 15 -------- 2 files changed, 96 deletions(-) diff --git a/cores/arduino/HID.cpp b/cores/arduino/HID.cpp index dfcbd9d..cdf49bd 100644 --- a/cores/arduino/HID.cpp +++ b/cores/arduino/HID.cpp @@ -498,87 +498,6 @@ size_t Keyboard_::release(uint8_t k) return 1; } -size_t Keyboard_::press(uint8_t k[], uint8_t len) { - uint8_t i; - uint8_t result = 0; - for (i=0; i