aboutsummaryrefslogtreecommitdiffstats
path: root/wirish/stm32f1/wirish_digital.cpp
Commit message (Collapse)AuthorAgeFilesLines
* examples/blinky.cpp works on F2.Marti Bolivar2012-05-311-0/+89
Only OUTPUT mode is tested; any other modes might work, but no guarantees. Bring back: - wirish/wirish_digital.cpp - wirish/cxxabi-compat.cpp - wirish/wirish_time.cpp Add new: - wirish/stm32f1/wirish_digital.cpp - wirish/stm32f2/wirish_digital.cpp Move pinMode() from wirish/wirish_digital.cpp into the file by the same basename in wirish/stm32f1. This implementation is tied to F1. Add an F2 implementation in wirish/stm32f2/wirish_digital.cpp. Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>