2 Commits (850f79e552a170912cfd88f5001a9ac343a22f5d)

Author SHA1 Message Date
Damien George ad166857bc esp8266: Refactor to use extmod implementation of software SPI class. 8 years ago
Paul Sokolovsky 8bc3fc20fe esp8266: Rename "machine" module implementation to use contemporary naming. 8 years ago
Damien George 4ebdb1f2b2 py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. 8 years ago
Radomir Dopieralski d076fae219 esp8266/modmachinespi: Add a factory method for SoftSPI/HSPI 8 years ago
Radomir Dopieralski 8e7dfea803 esp8266/modpybhspi: Add a HSPI module for hardware SPI support 9 years ago
Damien George a6aa35af09 esp8266: Move pyb.info() function to esp module and remove pyb module. 9 years ago
Damien George a2d5d84ecc esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer. 9 years ago
Damien George 674bf1bc81 esp8266: Add hard IRQ callbacks for pin change on GPIO0-15. 9 years ago
Damien George a9a732af1f esp8266: Remove pin_id field from C pin object. 9 years ago
Damien George 1a65ff1b72 esp8266: Protect modpyb.h header file from multiple inclusions. 9 years ago
Damien George 1a0a323ca8 esp8266: Add initial implementation of machine.UART. 9 years ago
Damien George 632d8efa05 esp8266: Add PWM support. 9 years ago
Damien George 82b95f625e esp8266: Implement software SPI class. 9 years ago
Damien George dd32f02cc3 esp8266: Add basic I2C driver, with init and writeto methods. 9 years ago
Damien George 7059c8c23c esp8266: Expose pin object as a public structure for use as C pin API. 9 years ago
Damien George 342d903a13 esp8266: Expose simple pin API at C level. 9 years ago
Damien George de8b585ab7 esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object. 10 years ago
Josef Gajdusek 25a8a42447 esp8266: Add pyb.ADC class 10 years ago
Josef Gajdusek 103d12a877 esp8266: Add utime and pyb.RTC 10 years ago
Damien George 87c6250b4c esp8266: Add basic pyb.Pin class; supports output mode only. 10 years ago