Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
stm32f10x GPIO
no vote
#include <stm32f10x_lib.h>             #include "STM32_Init.h"      int main (void)  {   int i=0;   stm32_Init();   // Init System   GPIOB->CRL = 0x22222222; // bit0~7  output(push-pull)   GPIOB->CRH = 0x22222222;           // bit8~14 output(push-pull)                    
mr.h.sh.a
2016-08-23
0
1
No more~