Skip to content
Snippets Groups Projects
Commit 7e849f16 authored by Alvise de'Faveri's avatar Alvise de'Faveri
Browse files

[DeathStack] Added adis reset pin to bsp

parent 35314eb1
No related branches found
No related tags found
No related merge requests found
......@@ -233,6 +233,8 @@ void IRQbspInit()
adis16405::ckIn::mode(Mode::ALTERNATE);
adis16405::ckIn::alternateFunction(2);
adis16405::dio1::mode(Mode::INPUT);
adis16405::rst::mode(Mode::OUTPUT);
adis16405::rst::high();
ad7994::ab::mode(Mode::INPUT);
ad7994::nconvst::mode(Mode::OUTPUT);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment