Add stub for analogReference by earlephilhower · Pull Request #7809 · esp8266/Arduino
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 13.2k
Merged
earlephilhower merged 2 commits intoesp8266:masterfrom
Jan 8, 2021Merged
Add stub for analogReference#7809
earlephilhower merged 2 commits intoesp8266:masterfrom
Add stub for analogReference#7809
earlephilhower merged 2 commits intoesp8266:masterfrom
Conversation
Copy link
Collaborator
earlephilhower
commented
Jan 5, 2021
earlephilhower
commented
Fixes #6410
We actually provide a function prototype for analogReference() in
Arduino.h, but no implementation. Add a dummy one that only supports
DEFAULT (like other Arduino boards).
earlephilhower added 2 commits
January 4, 2021 17:18Fixes esp8266#6410 We actually provide a function prototype for `analogReference()` in `Arduino.h`, but no implementation. Add a dummy one that only supports DEFAULT (like other Arduino boards).
earlephilhower
merged commit
adbd23b
into
esp8266:master
earlephilhower
deleted the
analogref
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment