log Scan/MatrixARM/matrix_scan.c @ 389:fc2c2a1e9615

age author description
Thu, 15 Oct 2015 00:16:36 -0700 Jacob Alexander Adding basic remote capabilities + UART Rx DMA buffers
Mon, 03 Aug 2015 21:42:01 -0700 Jacob Alexander Fixing CMake dependency checking for kll_defs.h
Fri, 19 Jun 2015 01:50:56 -0700 Jacob Alexander Adding timing based debounce code
Fri, 06 Mar 2015 22:18:15 -0800 Jacob Alexander Adding DebounceThrottleDiv define to slow down the debounce rate.
Sat, 28 Feb 2015 22:13:17 -0800 Jacob Alexander Adding configurable DebounceDivThreshold
Thu, 02 Oct 2014 22:09:34 -0700 Jacob Alexander HUGE AVR RAM optimization (~28%).
Sat, 16 Aug 2014 12:07:25 -0700 Jacob Alexander Changing decToInt to numToInt (adds support for Hex number interpreter)
Fri, 15 Aug 2014 10:42:12 -0700 Jacob Alexander Fixing RAM calculator and reduced actual SRAM usage
Sat, 02 Aug 2014 22:19:33 -0700 Jacob Alexander Matrix scanning for ARM now functional.
Fri, 01 Aug 2014 01:26:25 -0700 Jacob Alexander Initial MatrixARM implementation