aboutsummaryrefslogtreecommitdiff
path: root/esp8266/modmachine.c
AgeCommit message (Expand)Author
2016-03-26esp8266: Link ADC class into machine module.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-09esp8266: Move pyb.freq to machine.freq.Damien George
2016-03-05esp8266/modmachine: Add Pin class from modpyb.Paul Sokolovsky
2016-03-04esp8266/modmachine: Timer: Add ONE_SHOT and PERIODIC symbolic constants.Paul Sokolovsky
2016-03-04esp8266/modmachine: Use etshal.h.Paul Sokolovsky
2016-03-04esp8266/modmachine: Changing params of a timer requires disarming it first.Paul Sokolovsky
2016-03-04esp8266/modmachine: Basic implementation of Timer for OS virtual timers.Paul Sokolovsky
2016-03-04esp8266: Add modmachine with mem* arrays.Paul Sokolovsky