CHERTS / esp8266-devkit

Unofficial Development Kit for Espressif ESP8266
http://www.programs74.ru
GNU General Public License v3.0
261 stars 102 forks source link

Why some macros are missing from SDK 1.2 ? #20

Closed Picatek closed 8 years ago

Picatek commented 8 years ago

The following makros can be found in eagle_soc.h SDK 1.0.1 but not in SDK(latest) 1.2 #define PIN_PULLDWN_DIS(PIN_NAME) CLEAR_PERI_REG_MASK(PIN_NAME, PERIPHS_IO_MUX_PULLDWN) #define PIN_PULLDWN_EN(PIN_NAME) SET_PERI_REG_MASK(PIN_NAME, PERIPHS_IO_MUX_PULLDWN)

MrZANE42 commented 8 years ago

As far as I know there are no pull-downs in the chip, that's why they we're removed. (Btw. latest SDK is 1.4)