One of the four communication methods uses a DAC for analog signal sharing....
One of the four communication methods uses a DAC for analog signal sharing. This commit implements a first non-tested version of this feature. Four files were modified to implement this feature: - The low layer dac_configuration.h and .cpp: These files allow access to the dac module and can set any dac to constant value mode. The constant value can also be set. - The HardwareConfiguration API: They give access to the low-leve configuration file to the user.
Showing
- zephyr/modules/owntech_hardware_configuration/zephyr/public_api/HardwareConfiguration.cpp 9 additions, 0 deletions...configuration/zephyr/public_api/HardwareConfiguration.cpp
- zephyr/modules/owntech_hardware_configuration/zephyr/public_api/HardwareConfiguration.h 2 additions, 0 deletions...e_configuration/zephyr/public_api/HardwareConfiguration.h
- zephyr/modules/owntech_hardware_configuration/zephyr/src/dac_configuration.cpp 50 additions, 0 deletions...h_hardware_configuration/zephyr/src/dac_configuration.cpp
- zephyr/modules/owntech_hardware_configuration/zephyr/src/dac_configuration.h 6 additions, 0 deletions...ech_hardware_configuration/zephyr/src/dac_configuration.h
Loading