comparison Macro/PartialMap/capabilities.kll @ 433:0f7a6b593dc4

Initial refactoring of PartialMap for supporting custom Triggers - Requires a recent KLL - Functionality wise, nothing has changed
author Jacob Alexander <haata@kiibohd.com>
date Sun, 08 May 2016 18:50:28 -0700
parents dbbdedccc275
children
comparison
equal deleted inserted replaced
432:1a2fb67b0237 433:0f7a6b593dc4
1 Name = PartialMapCapabilities; 1 Name = PartialMapCapabilities;
2 Version = 0.2; 2 Version = 0.3;
3 Author = "HaaTa (Jacob Alexander) 2014-2015"; 3 Author = "HaaTa (Jacob Alexander) 2014-2016";
4 KLL = 0.3b; 4 KLL = 0.3d;
5 5
6 # Modified Date 6 # Modified Date
7 Date = 2015-09-24; 7 Date = 2016-04-08;
8 8
9 9
10 # Capabilties available to the PartialMap module 10 # Capabilties available to the PartialMap module
11 layerState => Macro_layerState_capability( layer : 2, state : 1 ); 11 layerState => Macro_layerState_capability( layer : 2, state : 1 );
12 layerLatch => Macro_layerLatch_capability( layer : 2 ); 12 layerLatch => Macro_layerLatch_capability( layer : 2 );
20 20
21 # Defines available to the PartialMap module 21 # Defines available to the PartialMap module
22 stateWordSize => StateWordSize_define; 22 stateWordSize => StateWordSize_define;
23 stateWordSize = 8; # Default for now, increase to 16 or 32 for higher limits 23 stateWordSize = 8; # Default for now, increase to 16 or 32 for higher limits
24 24
25 indexWordSize => IndexWordSize_define;
26 indexWordSize = 16; # Default for now, increase to 32 for higher limits (8 for less resource usage)
27