1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-05-12 14:41:29 +03:00
Earle F. Philhower, III adbd23b6e2
Add stub for analogReference ()
Fixes 

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).
2021-01-07 21:14:14 -08:00
..