1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00
bacnet-stack/demo/piface
2016-11-01 03:32:21 +01:00
..
configure.sh
device.c [r3058] Changed Device_Object_List_Identifier() to use uint32_t for array_index since that is the size decoded in a ReadProperty request, and unsigned is not always 32-bit. \n Author: skarg@r3058 2016-11-01 03:32:21 +01:00
main.c
Makefile
readme.txt

This demo is designed for a Raspberry Pi connected to a PiFace card.

The demo uses libpifacedigital from github.com/piface repository.

To build, start with the configure script:

$ ./configure.sh
$ make clean all