/julia-arduino

An interface between Julia language and Arduino

Primary LanguageArduino

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.