Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bastinc committed May 4, 2017
1 parent df7250e commit 077154e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/build_arduino_sketch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ Create a CMakeLists.txt and modify it to your needs ::
Build and upload to arduino board
---------------------------------

Prepare the build ::

mkdir build
cd build
cmake ..

Compile ::

make
Expand Down

0 comments on commit 077154e

Please sign in to comment.