Tip |
---|
This page explains how to set up the programming environment on a computer needed to program a CrcDuino board:
|
...
6. Download the CrcLib .zip file from Bitbucket, available on this page.
PHOTO
7. Un-ZIP the downloaded .zip file, and drill-down until a folder called CRCLib
, as well as folders called CrcDependency_xyz
, are shown. Note that depending on the library version used, the exact name of the files might be a little different from the one pictured just below.
...
Note |
---|
If there’s already previous CrcLib versions (or one of its dependencies beginning wit CrcDependency) in the |
...
10. Close and restart Arduino IDE.
11. Arduino IDE is now all set up to program the CrcDuino using CrcLib functions. When compiling the code (ctrl-R), the IDE recognizes the CrcLib.h
file.
...