Files
bacnet_stack/apps/piface
Steve Karg 6cb875aae6 Feature/add bacnet binary lighting object (#522)
* Added Binary Lighting Output object example.

* Changed piface example app to support binary-lighting-output object type and blink warn

* Changed example device object to not create objects when device object-table is overridden

* Fixed unit testing for device object
2024-01-29 09:41:40 -06:00
..

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