diff options
| author | Josef Gajdusek | 2015-05-18 18:35:56 +0200 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-05-28 21:31:37 +0300 |
| commit | 25a8a42447f49151a16679a678fbff1b12c47038 (patch) | |
| tree | f48d387ce2e88c635f72211d53fda4f8fa793b89 /esp8266/qstrdefsport.h | |
| parent | 492fd5cb6b8fcb8c88f238b20c28ca0bb2a1a84c (diff) | |
esp8266: Add pyb.ADC class
Diffstat (limited to 'esp8266/qstrdefsport.h')
| -rw-r--r-- | esp8266/qstrdefsport.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h index 68508fee0..0631e89c8 100644 --- a/esp8266/qstrdefsport.h +++ b/esp8266/qstrdefsport.h @@ -101,6 +101,10 @@ Q(RTC) Q(datetime) Q(memory) +// ADC +Q(ADC) +Q(read) + // utime Q(utime) Q(localtime) |
