File: hd44780-lis2.h

package info (click to toggle)
lcdproc 0.5.9-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,064 kB
  • sloc: ansic: 59,645; sh: 1,740; perl: 681; makefile: 417
file content (9 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#ifndef HD_LIS2_H
#define HD_LIS2_H

#include "lcd.h"					  /* for Driver */

// initialise this particular driver
int hd_init_lis2(Driver *drvthis);

#endif