Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 324 Bytes

File metadata and controls

16 lines (12 loc) · 324 Bytes

HOW-TO

  1. Open a terminal (CTRL + ALT + T)
make clean all
./install.sh
gcc poll_test.c -o poll_test
./poll_test
  1. Open another terminal

  2. echo anything to /proc/cdev_wait

    Example: echo "Hello there!" > /proc/cdev_wait

  3. Use ./remove.sh to remove module and the device file.