Skip to content
Snippets Groups Projects
Commit ed05f427 authored by Patrick John Grosch Obregon's avatar Patrick John Grosch Obregon
Browse files

firmware for mx28 dynamixel - program runs - ini LED Off - infinite while

parent fffabf8f
No related branches found
No related tags found
No related merge requests found
......@@ -139,8 +139,8 @@ int main(void)
GPIO_Init(GPIOA, &GPIO_InitStructure);
GPIO_ResetBits(GPIOA,GPIO_Pin_13); // LED ON
//GPIO_SetBits(GPIOA,GPIO_Pin_13); // LED OFF
//GPIO_ResetBits(GPIOA,GPIO_Pin_13); // LED ON
GPIO_SetBits(GPIOA,GPIO_Pin_13); // LED OFF
while(1)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment