diff options
| author | 2023-04-02 21:37:28 +0000 | |
|---|---|---|
| committer | 2023-04-02 21:37:28 +0000 | |
| commit | 13c67aba9a3ed72326cfa308b7c3e77e3e9934ed (patch) | |
| tree | 05644e83ee05ce9128995e429ad5a32a37381b40 /creole.h | |
| parent | add waveform disarm (diff) | |
add more commands
Diffstat (limited to 'creole.h')
| -rw-r--r-- | creole.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -57,6 +57,14 @@ enum creole_opcode { CREOLE_SENDVAL = 20, CREOLE_SENDDAT = 21, CREOLE_WF_DISARM = 22, + CREOLE_TAKE_ADC = 23, + CREOLE_RELEASE_ADC = 24, + CREOLE_TAKE_DAC = 25, + CREOLE_RELEASE_DAC = 26, + CREOLE_TAKE_WF = 27, + CREOLE_RELEASE_WF = 28, + CREOLE_TAKE_CLOOP = 29, + CREOLE_RELEASE_CLOOP = 30, CREOLE_OPCODE_LEN }; |
