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-12-11 19:24:10 +01:00
Code
Issues
Releases
Activity
f630351c75
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
make uncrustify_all;make uncrustify_all;
2013-05-18 14:17:26 +02:00
#
endif
/* PIOS_TIM_H */
Reference in New Issue
Copy Permalink