mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
pwm.h moved from include/nuttx/ to include/nuttx/drivers.
This commit is contained in:
@@ -4439,7 +4439,7 @@ void board_autoled_off(int led);
|
||||
</p>
|
||||
<ul>
|
||||
<li><b>Interface Definition</b>.
|
||||
The header file for the NuttX PWM driver reside at <code>include/nuttx/pwm.h</code>.
|
||||
The header file for the NuttX PWM driver reside at <code>include/nuttx/drivers/pwm.h</code>.
|
||||
This header file includes both the application level interface to the PWM driver as well as the interface between the "upper half" and "lower half" drivers.
|
||||
The PWM module uses a standard character driver framework.
|
||||
However, since the PWM driver is a devices control interface and not a data transfer interface,
|
||||
|
||||
Reference in New Issue
Block a user