Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fakufaku/cmdarduino
Simple serial command line prompt for Arduino. Developed by Akiba from @freaklabs
https://github.com/fakufaku/cmdarduino
Last synced: about 23 hours ago
JSON representation
Simple serial command line prompt for Arduino. Developed by Akiba from @freaklabs
- Host: GitHub
- URL: https://github.com/fakufaku/cmdarduino
- Owner: fakufaku
- Created: 2011-12-29T02:51:55.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2021-06-07T18:39:03.000Z (over 3 years ago)
- Last Synced: 2024-10-31T15:38:04.669Z (8 days ago)
- Language: C++
- Homepage: http://freaklabs.org/index.php/Tutorials/Software/Tutorial-Using-CmdArduino.html
- Size: 8.79 KB
- Stars: 34
- Watchers: 6
- Forks: 49
- Open Issues: 6
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
## CmdArduino
by Akiba at Freaklabs.org
This repo is now maintained by Josh Marinacci
at https://github.com/joshmarinacci/CmdArduinoThe 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.