index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
pin.c
Age
Commit message (
Expand
)
Author
2014-07-02
Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...
Damien George
2014-06-25
Use mp_const_none to initialize mapper and map_dict
Dave Hylands
2014-06-15
Updated teensy to build.
Dave Hylands
2014-05-03
Add license header to (almost) all files.
Damien George
2014-05-03
stmhal: Fix typos in class documentation.
Damien George
2014-05-02
unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.
Paul Sokolovsky
2014-05-01
Fix pin initialization when a mode argument is provided
Dave Hylands
2014-04-29
stmhal: Add documentation in comments, and script to generate HTML.
Damien George
2014-04-21
stmhal: Fix bug with pin GPIO reading.
Damien George
2014-04-20
stmhal: Add SPI class.
Damien George
2014-04-19
stmhal: Add pyb.Pin.init method to re-init GPIO pin mode.
Damien George
2014-04-18
stmhal: Update help and comments re gpio changing to Pin.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands