aboutsummaryrefslogtreecommitdiff
path: root/stmhal/exti.h
AgeCommit message (Collapse)Author
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
This is an attempt to clean up the Micro Python API on the pyboard. Gpio functionality is now in the Pin object, which seems more natural. Constants for MODE and PULL are now in pyb.Pin. Names of some classes have been adjusted to conform to CamelCase. Other miscellaneous changes and clean up here and there.
2014-04-08stmhal: Make USRSW re-register the EXTI callback each time it's set.Damien George
2014-03-14stmhal - add pin mapping, gpio, exti, usrswDave Hylands