1.Add sbus driver for linux . This driver can be used to read the
inverted S.bus signal and fetch the data of each channel and publish it 2. Fix the bug of linux_pwm_out, when the protocol is pca9685, after the init method is executed,the method of determining the return value of init method is incorrect,this will cause the driver to fail 3. Add linux_sbus driver to other posix prefixes cmake files
Showing
- cmake/configs/posix_bebop_default.cmake 1 addition, 0 deletionscmake/configs/posix_bebop_default.cmake
- cmake/configs/posix_eagle_hil.cmake 1 addition, 0 deletionscmake/configs/posix_eagle_hil.cmake
- cmake/configs/posix_rpi_common.cmake 1 addition, 0 deletionscmake/configs/posix_rpi_common.cmake
- cmake/configs/posix_sdflight_default.cmake 1 addition, 0 deletionscmake/configs/posix_sdflight_default.cmake
- cmake/configs/posix_sdflight_legacy.cmake 1 addition, 0 deletionscmake/configs/posix_sdflight_legacy.cmake
- src/drivers/linux_pwm_out/PCA9685.cpp 2 additions, 1 deletionsrc/drivers/linux_pwm_out/PCA9685.cpp
- src/drivers/linux_pwm_out/PCA9685.h 2 additions, 2 deletionssrc/drivers/linux_pwm_out/PCA9685.h
- src/drivers/linux_pwm_out/linux_pwm_out.cpp 9 additions, 3 deletionssrc/drivers/linux_pwm_out/linux_pwm_out.cpp
- src/drivers/linux_sbus/CMakeLists.txt 42 additions, 0 deletionssrc/drivers/linux_sbus/CMakeLists.txt
- src/drivers/linux_sbus/linux_sbus.cpp 364 additions, 0 deletionssrc/drivers/linux_sbus/linux_sbus.cpp
- src/drivers/linux_sbus/linux_sbus.h 121 additions, 0 deletionssrc/drivers/linux_sbus/linux_sbus.h
Loading
Please register or sign in to comment