CARPLAY版本整理

This commit is contained in:
2025-01-21 16:49:37 +08:00
commit f0fb64e4e6
26542 changed files with 13719676 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#include "FreeRTOS.h"
#include "chip.h"
#include "board.h"
#include "keypad.h"
#include "moto_adc.h"
void moto_adc_Init(void)
{
adc_channel_enable(ADC_CH_AUX2);
adc_channel_enable(ADC_CH_AUX3);
}