mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
[dc] add pprzlink digital cam module and factorize modules (#3111)
- new digital_cam_pprzlink module - factorize module with digital_cam_common - rename digital_cam to digital_cam_gpio - add test nodes to modules
This commit is contained in:
committed by
GitHub
parent
63fd5837a8
commit
6948aef012
@@ -263,7 +263,7 @@
|
||||
<define name="POLYSURVEY_DEFAULT_DISTANCE" value="10"/><!-- in M -->
|
||||
</module>
|
||||
|
||||
<!--<module name="digital_cam">-->
|
||||
<!--<module name="digital_cam_gpio">-->
|
||||
<!-- <define name="DC_SHUTTER_GPIO" value="GPIOB,GPIO22"/>--> <!-- should be value="CAM_SWITCH_GPIO"/>-->
|
||||
<!--</module>-->
|
||||
|
||||
|
||||
@@ -344,7 +344,7 @@ NOTES:
|
||||
<module name="photogrammetry_calculator"/>
|
||||
|
||||
<!--Unkn aux camsw -->
|
||||
<module name="digital_cam">
|
||||
<module name="digital_cam_gpio">
|
||||
<define name="DC_SHUTTER_GPIO" value="GPIOB,GPIO2"/><!-- correct pin add to board file one from Wifi pins-->
|
||||
</module>
|
||||
|
||||
|
||||
@@ -225,7 +225,7 @@
|
||||
<define name="AGL_DIST_FILTER" value="0.1"/>
|
||||
</module>
|
||||
|
||||
<!--<module name="digital_cam">-->
|
||||
<!--<module name="digital_cam_gpio">-->
|
||||
<!-- <define name="DC_SHUTTER_GPIO" value="GPIOB,GPIO22"/>--> <!-- should be value="CAM_SWITCH_GPIO"/>-->
|
||||
<!--</module>-->
|
||||
|
||||
|
||||
Reference in New Issue
Block a user