Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include EEPROM library for Teensy #48

Merged
merged 1 commit into from
Oct 17, 2019
Merged

Conversation

nathancheek
Copy link
Contributor

Description

Check if the library is being compiled for Teensy and if so, include the EEPROM library.

Fixes #47

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

  1. Install library.
  2. Confirm that when Teensy device is selected as Board Type, library fails to compile with error 'EEPROM' was not declared in this scope.
  3. Make change.
  4. Run test program, confirming that library compiles and Teensy is able to communicate with INA119.

Test Configuration:

  • Hardware: Teensy 3.2
  • SDK: Arduino IDE
  • Arduino version: 1.8.9
  • Teensyduino version: 1.46

@SV-Zanshin SV-Zanshin merged commit a2538d2 into Zanduino:master Oct 17, 2019
SV-Zanshin pushed a commit that referenced this pull request Dec 15, 2019
3 changes/bufixes implemented in version 1.09 - Issue #48, issue #49  plus documentation and doxygen changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Will not compile for Teensy
2 participants