/RPi_precise_control

Linux kernet module for precise signal output and PWM based on the given time events list

Primary LanguageC

Linux kernet module for precise signal output and PWM based on the given time events list

Work in progress

Preparation

  1. Install development environment
sudo apt-get install build-essential linux-headers-`uname -r`

or

sudo apt-get install raspberrypi-kernel{,-headers} 
  1. Make (from folder with sources)
make
  1. Insert the module:
sudo insmod ptime_control.ko

Check the module leaded:

lsmod | grep "dir ptime_control"
  1. View kernel log for printk:
sudo dmesg
  1. Remove module:
sudo rmmod ptime_control