1
0
Fork 0

Remove Arduino-style analogRead() (#14348)

This commit is contained in:
Ryan 2021-09-08 23:37:59 +10:00 committed by GitHub
parent 9b3e973aa2
commit d977e5d3e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 24 deletions

View file

@ -23,7 +23,6 @@
extern "C" {
#endif
void analogReference(uint8_t mode);
int16_t analogRead(uint8_t pin);
int16_t analogReadPin(pin_t pin);
uint8_t pinToMux(pin_t pin);