aboutsummaryrefslogtreecommitdiff
path: root/stmhal/pin.c
AgeCommit message (Expand)Author
2014-07-03Rename machine_(u)int_t to mp_(u)int_t.Damien George
2014-07-02Merge branch 'teensy-new' of github.com:dhylands/micropython into dhylands-te...Damien George
2014-06-25Use mp_const_none to initialize mapper and map_dictDave Hylands
2014-06-15Updated teensy to build.Dave Hylands
2014-05-03Add license header to (almost) all files.Damien George
2014-05-03stmhal: Fix typos in class documentation.Damien George
2014-05-02unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it.Paul Sokolovsky
2014-05-01Fix pin initialization when a mode argument is providedDave Hylands
2014-04-29stmhal: Add documentation in comments, and script to generate HTML.Damien George
2014-04-21stmhal: Fix bug with pin GPIO reading.Damien George
2014-04-20stmhal: Add SPI class.Damien George
2014-04-19stmhal: Add pyb.Pin.init method to re-init GPIO pin mode.Damien George
2014-04-18stmhal: Update help and comments re gpio changing to Pin.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-03-12REPl working on UART6 with STMHALDave Hylands