Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: /dev

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,793

    RE: Teensy 3.6 GPS rfm69 conflicts

    I'm not sure the Adafruit_GPS library is supported on the Teensy... it does not appear in the list of libraries that can be installed with the Teensy board package for the IDE.

    The major problem...
  2. Replies
    259
    Views
    118,188

    Thanks for the kind words! To be clear, NeoGPS...

    Thanks for the kind words!

    To be clear, NeoGPS is fully operational on the Teensy. Just feed it characters from your favorite source: serial port, I2C, static array, whatever.

    NeoHWSerial is...
  3. Replies
    2
    Views
    2,559

    With a little more information, I determined it...

    With a little more information, I determined it was an out-of-date header copy in the repo that did not have the guard.

    Thanks for checking,
    /dev
  4. Replies
    2
    Views
    2,559

    Build Issue Teensy 3.2: __AVR__ defined?

    I got a bug report that seems to indicate that __AVR__ is defined for the Teensy 3.2 builds. This define is not guarded:


    #ifdef __AVR__
    #define NEOGPS_PACKED_DATA
    #endif
    A build for the...
Results 1 to 4 of 4