Skip to content

scottellis/pulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Generate some square pulses using the Overo PWM outputs with a slow frequency
and very small duty cycle.

For example, I want a 100 usec signal on PWM8 and a 150 usec signal on PWM9
that starts 20 usec after the PWM8 signal.

          ___________
         |           |
PWM8 ____|           |___________________________________________

            ________________
           |                |
PWM9 ______|                |____________________________________


The driver is a kernel module that allows me to control the PWM timers
to get this kind of behavior.  

The control program will provide a simpler interface to the kernel
module.

This is for generating some test signals for some other equipment
I am working on, but this piece is pretty generic.

About

Generate some square wave pulses of varying width and offset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages