Skip to content
Snippets Groups Projects
Commit 4078336d authored by Damien George's avatar Damien George
Browse files

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

parent 2f96b198
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,7 @@ Q(PinAF) ...@@ -64,6 +64,7 @@ Q(PinAF)
Q(PinNamed) Q(PinNamed)
Q(init) Q(init)
Q(value) Q(value)
Q(alt)
Q(low) Q(low)
Q(high) Q(high)
Q(name) Q(name)
...@@ -83,14 +84,18 @@ Q(pull) ...@@ -83,14 +84,18 @@ Q(pull)
Q(index) Q(index)
Q(reg) Q(reg)
Q(IN) 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_PP)
Q(OUT_OD) Q(OUT_OD)
Q(AF_PP) Q(AF_PP)
Q(AF_OD) Q(AF_OD)
Q(ANALOG)
Q(PULL_NONE) Q(PULL_NONE)
Q(PULL_UP)
Q(PULL_DOWN)
// for Timer class // for Timer class
Q(Timer) Q(Timer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment