teensy: Update to compile with latest changes to stmhal Pin class.

pull/1403/merge
Damien George 2015-10-19 23:11:48 +01:00
rodzic 2f96b1982a
commit 4078336d38
1 zmienionych plików z 8 dodań i 3 usunięć

Wyświetl plik

@ -64,6 +64,7 @@ Q(PinAF)
Q(PinNamed)
Q(init)
Q(value)
Q(alt)
Q(low)
Q(high)
Q(name)
@ -83,14 +84,18 @@ Q(pull)
Q(index)
Q(reg)
Q(IN)
Q(OUT)
Q(OPEN_DRAIN)
Q(ALT)
Q(ALT_OPEN_DRAIN)
Q(ANALOG)
Q(PULL_UP)
Q(PULL_DOWN)
Q(OUT_PP)
Q(OUT_OD)
Q(AF_PP)
Q(AF_OD)
Q(ANALOG)
Q(PULL_NONE)
Q(PULL_UP)
Q(PULL_DOWN)
// for Timer class
Q(Timer)