cdqp / aylp_pigpio

Anyloop plugin for PWM via pigpio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Anyloop plugin for PWM via pigpio

Note: this plugin is not usable or properly tested yet. It is just a sketch for now.

There are two plugins in this repository: aylp_pigpio_pwm, which applies pulse width modulation, and aylp_pigpio_clock, which simply clocks a pin at a certain frequency.

You will need to start the pigpiod daemon before running this plugin.

libaylp dependency

Symlink or copy the libaylp directory from anyloop to libaylp. For example:

ln -s $HOME/git/anyloop/libaylp libaylp

pigpio dependency

Install pigpio normally.

Building

Use meson:

meson setup build
meson compile -C build

About

Anyloop plugin for PWM via pigpio

License:MIT License


Languages

Language:C 85.6%Language:Meson 14.4%