Skip to content

voltprojects/arduino-cliProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arduino-cliProcessor
====================

basic command line processor based for Arduino

to use simply extract the contents of the archive
to the Arduino Program's libraries directory this can usually be found under your Documents directory

the example commands work as follows
led on
led off
set pin {pin_number_here}={1 or 0} eg set pin 13=1 or set pin 11=0
get pin {pin_number_here}
the library also supports delaying commands see the following
led on delay 500 led off

About

basic command processer based on Arduino Platform

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages