mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
High-level documentation for the shell library
This commit is contained in:
@@ -6,10 +6,10 @@ This example is placed into the public domain.
|
||||
|
||||
#include <Shell.h>
|
||||
|
||||
int ledPin = 13;
|
||||
|
||||
Shell shell;
|
||||
|
||||
int ledPin = 13;
|
||||
|
||||
void cmdLed(Shell &shell, int argc, const ShellArguments &argv)
|
||||
{
|
||||
if (argc > 1 && !strcmp(argv[1], "on"))
|
||||
|
||||
4
libraries/Terminal/keywords.txt
Normal file
4
libraries/Terminal/keywords.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
Shell KEYWORD1
|
||||
LoginShell KEYWORD1
|
||||
Terminal KEYWORD1
|
||||
loop KEYWORD2
|
||||
Reference in New Issue
Block a user