Adding analog.c lib from teensyduino.
- Mostly for reference, you shouldn't include it verbatim in your module.
This commit is contained in:
		
							parent
							
								
									dc22fa757a
								
							
						
					
					
						commit
						8ee8e3cb55
					
				
					 8 changed files with 778 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -53,8 +53,8 @@ void cliFunc_macroDebug ( char* args );
 | 
			
		|||
 | 
			
		||||
// ----- Variables -----
 | 
			
		||||
 | 
			
		||||
// Output Module command dictionary
 | 
			
		||||
char*       macroCLIDictName = "Macro Module Commands";
 | 
			
		||||
// Macro Module command dictionary
 | 
			
		||||
char*       macroCLIDictName = "Macro Module Commands (Not all commands fully work yet...)";
 | 
			
		||||
CLIDictItem macroCLIDict[] = {
 | 
			
		||||
	{ "capList",     "Prints an indexed list of all non USB keycode capabilities.", cliFunc_capList },
 | 
			
		||||
	{ "capSelect",   "Triggers the specified capability. U10 - USB Code 0x0A. K11 - Keyboard Capability 0x0B. S10 - Scancode 0x0A", cliFunc_capSelect },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue