Guest User

Untitled

a guest
Feb 16th, 2016
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. RCC->AHB1ENR|=RCC_AHB1ENR_GPIOBEN;
  2. GPIOB->MODER = 0x40;
  3. GPIOB->OTYPER = 0;
  4. GPIOB->OSPEEDR = 0;
  5. while(1)
  6. {
  7. }
Add Comment
Please, Sign In to add comment