1
0
mirror of https://github.com/rfivet/stm32bringup.git synced 2025-10-19 09:14:02 -04:00

Finalize ADC related code and docs.

This commit is contained in:
2025-01-19 15:18:45 +08:00
parent e24be26c20
commit 2ecba6974b
6 changed files with 155 additions and 55 deletions

View File

@@ -30,5 +30,7 @@ typedef enum {
} vnt_cmd_t ;
void adc_vnt( vnt_cmd_t cmd, short *ptrV, short *ptrC) ;
const unsigned short *adc_init( unsigned channels) ;
unsigned adc_convert( void) ;
/* end of system.h */