This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
LibrePilot
Watch
1
Star
0
Fork
0
You've already forked LibrePilot
mirror of
https://bitbucket.org/librepilot/librepilot.git
synced
2024-11-29 07:24:13 +01:00
Code
Issues
Releases
Activity
cd89c13c5a
LibrePilot
/
flight
/
pios
/
inc
/
pios_tim.h
5 lines
63 B
C
Raw
Normal View
History
Unescape
Escape
Make PWM/PPM and Servo drivers play nicely together PWM and PPM can now coexist in the same load and be selected at boot time via the hwsettings UAVObject. This is basically a complete restructuring of the way the drivers interact with the TIM peripheral in the STM32. As a side effect, the PWM and PPM drivers are now ready to support multiple instances of each. This also provides the first step toward being able to reassign some of the PWM input pins to be servo output pins. Still more work required, but this is a good start.
2011-08-13 05:23:16 +02:00
#
ifndef PIOS_TIM_H
#
define PIOS_TIM_H
Reformat source code with 'make uncrustify_all' run twice. NO CODE CHANGES
2013-05-19 16:37:30 +02:00
#
endif
/* PIOS_TIM_H */
Reference in New Issue
Copy Permalink