Add stub for analogReference by earlephilhower · Pull Request #7809 · esp8266/Arduino

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@earlephilhower

Copy link

Collaborator

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).

tablatronix reacted with heart emoji
Fixes 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 earlephilhower merged commit adbd23b into esp8266:master

Jan 8, 2021

@earlephilhower earlephilhower deleted the analogref branch

January 8, 2021 05:14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

undefined reference to `analogReference'

1 participant

@earlephilhower