shooting process

This commit is contained in:
2024-09-22 00:19:50 +03:00
parent 6746f19cf0
commit b98846eac1
12 changed files with 393 additions and 151 deletions

View File

@ -297,9 +297,9 @@ MemoryStatus FLASH_WriteBlock(uint16_t startAddr, uint8_t number,
result = HAL_I2C_Master_Transmit(&hi2c1, (AT24C_ADRESS << 1), Buf,
(dataSize + 2), 10);
print("Written ");
printNumber(dataSize);
print("bytes\n");
// print("Written ");
// printNumber(dataSize);
// print(" bytes\n");
HAL_Delay(1);
if (result != HAL_OK) {
return EEPROM_FAIL;