Hi Sidi,
If you are using the Arduino IDE (recommended method), then you need to do two things to use the cyclops library to program the Teensy 3.2 on your cyclops.
2. Download and install the
Teensyduino extension. Together with the Arduino IDE, this will supply the required compilers.
4. Put the #include <Cyclops.h> directive at the top of your Arduino sketch. Now you can call the functions from the
API.
Just FYI, the "Arduino language" is actually just C++. The recent versions of the IDE support C++11. Let us know if you have specific issues with these steps.
Jon