User Activity

Posted on February 07, 2016 at 19:55 Hello, I have an array, that should contain structures for the input and output pins as follows: typedef struct inputStruct { uint16_t pin; GPIO_TypeDef *port; }input_t; struct inputStruct inpu...