Skip to content
Snippets Groups Projects
Commit 10eb292b authored by Luca Erbetta's avatar Luca Erbetta :rocket:
Browse files

[HwMapping] Add Xbee reset & sleep rq pins

parent cc911d1e
No related branches found
No related tags found
No related merge requests found
...@@ -166,6 +166,8 @@ using led1 = Gpio<GPIOG_BASE, 3>; ...@@ -166,6 +166,8 @@ using led1 = Gpio<GPIOG_BASE, 3>;
namespace xbee { namespace xbee {
using cs = Gpio<GPIOF_BASE, 9>; using cs = Gpio<GPIOF_BASE, 9>;
using attn = Gpio<GPIOF_BASE, 10>; using attn = Gpio<GPIOF_BASE, 10>;
using reset = Gpio<GPIOC_BASE, 13>;
using sleep_req = Gpio<GPIOC_BASE, 2>;
} //namespace InAir9B } //namespace InAir9B
} //namespace miosix } //namespace miosix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment