Open aaravm4 opened 1 month ago
Can you write the header before workday so that I can review it?
Oh also it's not STMF24. We use two different processors on the PCBs:
can you check to see if the queue is full (for adding) or empty (for popping) before you do any queue accesses.
put it in Embedded-Sharepoint/bsp/Inc/BSP_ADC.h
. The .c file will go in Embedded-Sharepoint/bsp/Src/BSP_ADC.c
Above is my proposed implementation of ADC Recieve in the BSP. Design decisions were made with the STMF24 in mind.
The PR has an empty BSP_ADC.h file for the actual implementation.