Добавлен i2c и распиновка МК

This commit is contained in:
2026-03-13 15:47:13 +03:00
parent 12922152bb
commit d03d26cef1
7 changed files with 1226 additions and 32 deletions

View File

@@ -17,8 +17,9 @@ void periph_init()
{
sysclk_init();
uart_init_first();
adc_init_first();
tmr_init_first();
adc_init_first();
i2c_init_first();
gpio_init();
#ifdef RETARGET
retarget_init();