Обновлена IRS
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
#include "stm32g4xx.h"
|
||||
#include "ICM20948.h"
|
||||
|
||||
extern "C" void SystemClock_Config();
|
||||
|
||||
int main()
|
||||
{
|
||||
SystemClock_Config(); // 170MHz
|
||||
IMU_InitPower();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user