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

merge v1.3.0 into master #63

Merged
merged 9 commits into from
Mar 28, 2022
Merged

merge v1.3.0 into master #63

merged 9 commits into from
Mar 28, 2022

Conversation

bxparks
Copy link
Owner

@bxparks bxparks commented Mar 28, 2022

  • 1.3.0 (2022-03-28)
    • Add support for EXTRA_CPPFLAGS, similar to EXTRA_CXXFLAGS.
    • Add digitalReadValue(pin, val) to control the return value of
      digitalRead(pin).
      • May be useful for testing purposes.
      • The pin parameter must satisfy 0 <= pin < 32, otherwise
        digitalReadValue() is a no-op.
      • See PR#61.
    • Add an empty EpoxyDuino.h at the top level to stop warning messages from
      the Arduino IDE.
    • Add libraries/EpoxyMockSTM32RTC

@bxparks bxparks merged commit 927054b into master Mar 28, 2022
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.

2 participants