Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Cette page présente comment configurer sur un ordinateur l’environnement de programmation requis pour programmer une carte électronique CrcDuino:

  • Mise en place d’Arduino IDE;

  • Connecter la carte à Arduino IDE;

  • Installer CrcLib pour Arduino IDE.

View the english version of this page.

...

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 librairies folder, move them (not copy them) somewhere else before putting the new folders. By moving them somewhere else instead of deleting them, you'll be able to easily use them again in the future if needed. Having multiple copies of the same library will confuse the compiler.

...

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.

...