Overdrivr / Telemetry

Data visualization and communication with embedded devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telemetry

AIREL46 opened this issue · comments

I work in an environment Ubuntu 16.04 LTS and I use a Teensy microcontroller 3.2.
I downloaded Telemetry-2.0.1 and I identified the file telemetry_version.h
With the compiler of the Arduino IDE:

#include <telemetry_version.h>
generates an error, details are:
Arduino : 1.6.9 (Linux), TD: 1.30, Carte : "Teensy 3.2 / 3.1, Serial, 96 MHz optimize speed (overclock), US English"

/home/leruste/SCAO/Arduino/test/test.ino/test.ino.ino:1:31: fatal error: telemetry_version.h: No such file or directory
 #include <telemetry_version.h>
                               ^
compilation terminated.
Error compiling for board Teensy 3.2 / 3.1.

Ce rapport pourrait être plus détaillé avec
l'option "Afficher les résultats détaillés de la compilation"
activée dans Fichier -> Préférences.

In advance, thank you for helping me solve this problem.

Cordially.

Regis LERUSTE

  1. Are you using Telemetry Arduino wrapper ?
  2. Have you properly added the library to the Arduino project by following those instructions ?

If Yes to both answer, please provide screenshots of your arduino IDE + arduino lib manager