This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
2014-09-03 06:45:07 +00:00
|
|
|
Name = ExampleModule;
|
|
|
|
Author = "HaaTa (Jacob Alexander) 2014";
|
|
|
|
KLL = 0.3;
|
|
|
|
|
|
|
|
|
|
|
|
myCapability2 => myFunc2();
|
|
|
|
myCapability3 => myFunc2( myArg1 : 2 );
|
|
|
|
myCapability => myFunc( myArg1 : 1, myArg2 : 4 );
|
2014-11-21 19:53:11 +00:00
|
|
|
usbKeyOut => Output_usbCodeSend_capability( usbCode : 1 );
|
2014-09-03 06:45:07 +00:00
|
|
|
|