¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Fewer #include files to download #include


 

All:
The latest Teensyduino install has greatly increased the number of libraries that PJRC is including with their latest version of Teensyduino. The good news is that I have just completed the new install and it appears that a number of the newly included libraries work fine with JackAl. While there are no substantive changes yet to the JackAl code, we are changing the #include list in the JackAl.h header file. If you want, you can cut-and-paste this new list into your JackAl.h file:

#include <Arduino.h>????????? // Standard with IDE
#include <EEPROM.h>?????????? // EEPROM distributed with Teensy libraries
#include <math.h>???????????? // Standard with IDE
#include <Wire.h>???????????? // Standard with IDE
#include <SPI.h>????????????? // Standard with IDE
#include <stdio.h>??????????? // Standard with IDE

#include <OpenAudio_ArduinoLibrary.h> // http://hamradiodesigns.com/index.php/content/
#include <Adafruit_GFX.h>???? // Now supplied with Teensy Library install
#include <Audio.h>??????????? // Now supplied with Teensy Library install
#include <RA8875.h>?????????? // http://hamradiodesigns.com/index.php/content/
#include <Rotary.h>?????????? // https://github.com/brianlow/Rotary
#include <SerialFlash.h>????? // Now supplied with Teensy Library install
#include <Time.h>???????????? // Now supplied with Teensy Library install
#include <TimeLib.h>????????? // Now supplied with Teensy Library install
#include <TimerOne.h>???????? // Now supplied with Teensy Library install
#include <UTFT.h>???????????? // Now supplied with Teensy Library install
#include <URTouch.h>????????? // http://www.rinkydinkelectronics.com/library.php?id=92
#include <UTFT_Buttons.h>???? // http://www.rinkydinkelectronics.com/library.php?id=61

Note that there are still some library you must download/install, including our version of some existing libraries that are downloaded from our web site. If you have already downloaded and installed the files, including our libraries, you should be having successful compiles.

Jack, W8TEE

Join [email protected] to automatically receive all group messages.