summaryrefslogtreecommitdiff
path: root/julia-arduino-master/README.md
blob: 3bf3c165a31a0df72880327902fec812306fff73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# julia-arduino
Julia interface for Arduino

A simple toolbox to control Arduino board with Julia programs

NOTE:

1.Before using these tools, add the SerialPorts package by the command  

    Pkg.clone("https://github.com/cshekhard/SerialPorts.jl.git") 

2.Always include the ArduinoTools.jl file from 'tools' in the same directory where you run Julia scripts or examples

3.Upload the appropriate firmware onto the Arduino board before testing the examples.