index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
esp8266
/
modpyb.h
Commit message (
Expand
)
Author
Age
*
esp8266: Move pyb.info() function to esp module and remove pyb module.
Damien George
2016-04-28
*
esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer.
Damien George
2016-04-22
*
esp8266: Add hard IRQ callbacks for pin change on GPIO0-15.
Damien George
2016-04-14
*
esp8266: Remove pin_id field from C pin object.
Damien George
2016-04-14
*
esp8266: Protect modpyb.h header file from multiple inclusions.
Damien George
2016-04-12
*
esp8266: Add initial implementation of machine.UART.
Damien George
2016-04-06
*
esp8266: Add PWM support.
Damien George
2016-03-26
*
esp8266: Implement software SPI class.
Damien George
2016-03-25
*
esp8266: Add basic I2C driver, with init and writeto methods.
Damien George
2016-03-24
*
esp8266: Expose pin object as a public structure for use as C pin API.
Damien George
2016-03-24
*
esp8266: Expose simple pin API at C level.
Damien George
2016-03-05
*
esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object.
Damien George
2015-06-22
*
esp8266: Add pyb.ADC class
Josef Gajdusek
2015-05-28
*
esp8266: Add utime and pyb.RTC
Josef Gajdusek
2015-05-13
*
esp8266: Add basic pyb.Pin class; supports output mode only.
Damien George
2015-02-13