summaryrefslogtreecommitdiff
path: root/esp8266/modpyb.h
AgeCommit message (Expand)Author
2016-11-06esp8266: Rename "machine" module implementation to use contemporary naming.Paul Sokolovsky
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-08-19esp8266/modmachinespi: Add a factory method for SoftSPI/HSPIRadomir Dopieralski
2016-08-19esp8266/modpybhspi: Add a HSPI module for hardware SPI supportRadomir Dopieralski
2016-04-28esp8266: Move pyb.info() function to esp module and remove pyb module.Damien George
2016-04-22esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer.Damien George
2016-04-14esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.Damien George
2016-04-14esp8266: Remove pin_id field from C pin object.Damien George
2016-04-12esp8266: Protect modpyb.h header file from multiple inclusions.Damien George
2016-04-06esp8266: Add initial implementation of machine.UART.Damien George
2016-03-26esp8266: Add PWM support.Damien George
2016-03-25esp8266: Implement software SPI class.Damien George
2016-03-24esp8266: Add basic I2C driver, with init and writeto methods.Damien George
2016-03-24esp8266: Expose pin object as a public structure for use as C pin API.Damien George
2016-03-05esp8266: Expose simple pin API at C level.Damien George
2015-06-22esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object.Damien George
2015-05-28esp8266: Add pyb.ADC classJosef Gajdusek
2015-05-13esp8266: Add utime and pyb.RTCJosef Gajdusek
2015-02-13esp8266: Add basic pyb.Pin class; supports output mode only.Damien George