try to implement the infrared_sensor-module

This commit is contained in:
Siegfried Kienzle
2017-06-07 08:10:20 +02:00
parent 811e431b91
commit 3c1a29ca11
2 changed files with 125 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
static dev_t devno;
static struct cdev chardev;
static struct class *chardev_class;
static struct device *chardev_device[NUMBER_OF_MINOR_DEVICE];