Save current local changes

This commit is contained in:
Ayzen
2026-03-13 17:49:58 +03:00
parent db80907a0b
commit eafc328caa
89 changed files with 36315 additions and 34500 deletions

View File

@ -191,6 +191,8 @@ void Set_LTEC(uint8_t, uint16_t);
#define AD9833_CMD 11
#define DS1809_CMD 12
#define STM32_DAC_CMD 13
#define AD9102_WAVE_CTRL_CMD 14
#define AD9102_WAVE_DATA_CMD 15
#define SD_ERR 0x01
#define UART_ERR 0x02
@ -219,6 +221,12 @@ void Set_LTEC(uint8_t, uint16_t);
#define STM32_DAC_CMD_HEADER 0xBBBB
#define STM32_DAC_CMD_8 10 // total bytes including header
#define STM32_DAC_CMD_WORDS 4 // data words (flags, dac_code, reserved, checksum)
#define AD9102_WAVE_CTRL_HEADER 0xCCCC
#define AD9102_WAVE_CTRL_8 10 // total bytes including header
#define AD9102_WAVE_CTRL_WORDS 4 // data words (opcode, param0, param1, checksum)
#define AD9102_WAVE_DATA_HEADER 0xDDDD
#define AD9102_WAVE_DATA_8 30 // total bytes including header
#define AD9102_WAVE_DATA_WORDS 14 // data words (count, 12 samples, checksum)
#define AD9102_ON_SPI2 1