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

Fix NUM_ANALOG_INPUTS for Amperka WiFi slot #5219

Conversation

evgenykochetkov
Copy link
Contributor

@evgenykochetkov evgenykochetkov commented Oct 9, 2018

It actually has 8 analog inputs:

// A0 will be assigned in "../generic/common.h"
// static const uint8_t A0 = PIN_A0;
static const uint8_t A1 = PIN_A1;
static const uint8_t A2 = PIN_A2;
static const uint8_t A3 = PIN_A3;
static const uint8_t A4 = PIN_A4;
static const uint8_t A5 = PIN_A5;
static const uint8_t A6 = PIN_A6;
static const uint8_t A7 = PIN_A7;

@earlephilhower earlephilhower merged commit 3c13751 into esp8266:master Oct 9, 2018
@earlephilhower earlephilhower added this to the 2.5.0 milestone Oct 9, 2018
@evgenykochetkov evgenykochetkov deleted the board-bugfix/wifi-slot-num-analog-inputs branch October 9, 2018 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants