Epic: Remove FSIO #2928
This commit is contained in:
parent
14c0711011
commit
89ab20c35c
|
@ -104,7 +104,7 @@ typedef brain_pin_e egt_cs_array_t[EGT_CHANNEL_COUNT];
|
|||
|
||||
typedef int16_t pwm_freq_t;
|
||||
|
||||
typedef float fsio_setting_t;
|
||||
typedef float script_setting_t;
|
||||
|
||||
typedef brain_pin_e brain_input_pin_e;
|
||||
typedef brain_pin_e switch_input_pin_e;
|
||||
|
|
|
@ -816,8 +816,8 @@ custom uart_device_e 1 bits, U08, @OFFSET@, [0:1], "Off", "UART1", "UART2", "UAR
|
|||
int16_t[16] unusedOutputFreqWhereHere;;"", 1, 0, 0, 255, 0
|
||||
|
||||
|
||||
custom fsio_setting_t 4 scalar, F32, @OFFSET@, "Val", 1, 0, 0, 18000, 2
|
||||
fsio_setting_t[SCRIPT_SETTING_COUNT iterate] scriptSetting;
|
||||
custom script_setting_t 4 scalar, F32, @OFFSET@, "", 1, 0, 0, 18000, 2
|
||||
script_setting_t[SCRIPT_SETTING_COUNT iterate] scriptSetting;
|
||||
int[8] unusedSettings;;"", 1, 0, 0, 255, 0
|
||||
|
||||
! todo: migrate to spi_pins & combine with spi pin modes
|
||||
|
|
Loading…
Reference in New Issue