User Activity

I have spent a few weeks reviewing HAL related and LL related neopixel libs however I would love if there was someone who had a working version of literally just the ability to set up a neopixel on any port and simply light it or light a few neopixel...
I am writing a bare-metal ADC driver from scratch and the issue that I am getting is on reading the value from PA1.Here is my adc.c lib that I wrote.#include "adc.h"   void ADC1_ADC_Init(void) { RCC->APB2ENR |= (1U << 2U); // IOPAEN I/O port A c...