Permalink
Browse files
Started implementation of gpio access using mmap
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
modules/printengine.pl
|
@@ -15,7 +15,7 @@ |
|
|
use feature qw(say);
|
|
|
use Config::Simple;
|
|
|
use File::Which;
|
|
|
-
|
|
|
+use Sys::Mmap;
|
|
|
#import configuration from configuration file
|
|
|
our $cfg = new Config::Simple();
|
|
|
$cfg->read("printengine.cfg");
|
|
|
0 comments on commit
1af8359