diff options
author | Damien George <damien.p.george@gmail.com> | 2014-10-22 19:31:27 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-10-22 19:31:27 +0100 |
commit | efa04eafd3525d958ccfa75257e6ab572b82f97a (patch) | |
tree | 6d03012176bb52c592cdc88c4bf7b5d7177fae60 | |
parent | d46a822262083ad5450f535e5b800a5510ecc85f (diff) | |
download | micropython-efa04eafd3525d958ccfa75257e6ab572b82f97a.tar.gz micropython-efa04eafd3525d958ccfa75257e6ab572b82f97a.zip |
stmhal: Add MMA_INT/PB2 to available pins on PYBV10.
This allows you to register ExtInt on the MMA interrupt pin.
-rw-r--r-- | stmhal/boards/PYBV10/pins.csv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/boards/PYBV10/pins.csv b/stmhal/boards/PYBV10/pins.csv index 34d96c8dd6..37d5e5228a 100644 --- a/stmhal/boards/PYBV10/pins.csv +++ b/stmhal/boards/PYBV10/pins.csv @@ -44,3 +44,4 @@ LED_GREEN,PA14 LED_YELLOW,PA15 SW,PB3 SD,PA8 +MMA_INT,PB2 |