aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b63d967d3170a318c920c67e79cc2475856f745c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GPIOerl
=======

Simple pure erlang module to read and write GPIO connected devices. This
modules allow to read and write GPIO pins via the gpio module and to read
1wire temperature sensors via the w1term module.

Both were tested on the RPI.
Run

    make docs

to build the documentation.

To use the 1wire functionality you need to have these kernel modules loaded:

    w1-gpio
    w1-therm