Skip to content
Snippets Groups Projects
Commit da01beb2 authored by Matteo Pignataro's avatar Matteo Pignataro
Browse files

[RIG] Updated dio0 radio pin mapping

parent 729ce9fa
No related branches found
No related tags found
No related merge requests found
......@@ -301,6 +301,9 @@ namespace miosix
rxEn::mode(Mode::OUTPUT);
nrst::mode(Mode::OUTPUT);
cs::high();
nrst::high();
//TODO define default configs
using namespace ui;
......
......@@ -154,7 +154,7 @@ using cs = Gpio<GPIOF_BASE, 6>;
using sck = interfaces::spi1::sck;
using miso = interfaces::spi1::miso;
using mosi = interfaces::spi1::mosi;
using dio0 = Gpio<GPIOD_BASE, 11>;
using dio0 = Gpio<GPIOD_BASE, 5>;
using dio1 = Gpio<GPIOD_BASE, 12>;
using dio3 = Gpio<GPIOD_BASE, 13>;
using txEn = Gpio<GPIOG_BASE, 2>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment