-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathREADME
More file actions
15 lines (12 loc) · 735 Bytes
/
README
File metadata and controls
15 lines (12 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## CmdArduino
by Akiba at Freaklabs.org
This repo is now maintained by Josh Marinacci
at https://github.com/joshmarinacci/CmdArduino
The Arduino Command Line Interface, aka CmdArduino, is a simple shell that can
be run on an Arduino. It's nothing fancy and its main purpose is to allow users
to easily call their functions on a running Arduino via a simple serial
terminal. It also allows users to pass in arguments from the command line into
the functions they wrote so they can easily toggle pins, set blinking speed,
set pwm duty cycles, or whatever else might need command line user input. Using
it is fairly simple and just requires unzipping the files into the
"Arduino/libraries" sub-directory in the Arduino program folder.