Advertisement
Guest User

file

a guest
Oct 18th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. // PA3 isruarttx
  2. void debugpins_isruarttx_toggle(void) {
  3. // bspDBpinToggle(BSP_PINA_BASE, BSP_PINA_3);
  4. }
  5. void debugpins_isruarttx_clr(void) {
  6. // GPIOPinWrite(BSP_PINA_BASE, BSP_PINA_3, 0);
  7. }
  8. void debugpins_isruarttx_set(void) {
  9. // GPIOPinWrite(BSP_PINA_BASE, BSP_PINA_3, BSP_PINA_3);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement