mirror of
https://github.com/Derisis13/memdump-fw.git
synced 2025-12-07 04:02:48 +01:00
feature: state controlled by received data on CDC
This commit is contained in:
@@ -38,6 +38,11 @@ extern "C" {
|
||||
/* Exported types ------------------------------------------------------------*/
|
||||
/* USER CODE BEGIN ET */
|
||||
|
||||
/* state enum type */
|
||||
typedef enum {
|
||||
run, read_spi, read_i2c, read_d28, read_d32, write_spi, write_i2c, write_d28, write_d32, invalid
|
||||
} state;
|
||||
|
||||
/* USER CODE END ET */
|
||||
|
||||
/* Exported constants --------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user