¿ªÔÆÌåÓý

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


 

Jack and Al,

Thanks for ALL the hard work that y'all have done and continuing to do!

The OpenAudio_ArduinoLibrary I just downloaded from ?
fixed the problems I was having compiling your code. Got it to upload to my Teensy 3.6 with Arduino IDE 1.8.8
and seemed to work OK with 1.8.7 too!

George


 

It should work with 1.8.7 as we just switched to 1.8.8 last week. I just thought I'd use the latest release so nwcomer's would be scared 'cause the release number changed.

Jack, W8TEE



On Tuesday, January 22, 2019, 1:35:44 PM EST, George Baumann <baumann@...> wrote:


Jack and Al,

Thanks for ALL the hard work that y'all have done and continuing to do!

The OpenAudio_ArduinoLibrary I just downloaded from ?
fixed the problems I was having compiling your code. Got it to upload to my Teensy 3.6 with Arduino IDE 1.8.8
and seemed to work OK with 1.8.7 too!

George