index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
esp8266
/
modpyb.h
Age
Commit message (
Expand
)
Author
2016-04-28
esp8266: Move pyb.info() function to esp module and remove pyb module.
Damien George
2016-04-22
esp8266: Convert mp_hal_pin_obj_t from pin ptr to simple integer.
Damien George
2016-04-14
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-12
esp8266: Protect modpyb.h header file from multiple inclusions.
Damien George
2016-04-06
esp8266: Add initial implementation of machine.UART.
Damien George
2016-03-26
esp8266: Add PWM support.
Damien George
2016-03-25
esp8266: Implement software SPI class.
Damien George
2016-03-24
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-05
esp8266: Expose simple pin API at C level.
Damien George
2015-06-22
esp8266: Make pyb.RTC a type, and pyb.RTC() constructs an RTC object.
Damien George
2015-05-28
esp8266: Add pyb.ADC class
Josef Gajdusek
2015-05-13
esp8266: Add utime and pyb.RTC
Josef Gajdusek
2015-02-13
esp8266: Add basic pyb.Pin class; supports output mode only.
Damien George